roku-debug 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -6,20 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
## [0.9.
|
|
9
|
+
## [0.9.3](https://github.com/rokucommunity/roku-debug/compare/v0.9.2...v0.9.3) - 2022-01-28
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.43.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0430---2022-01-28).
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [0.9.2](https://github.com/rokucommunity/roku-debug/compare/v0.9.1...v0.9.2) - 2022-01-12
|
|
10
16
|
### Fixed
|
|
11
17
|
- bug with telnet debug session related to fire-and-forget commands like `step`, `continue`, etc. This was causing the debug session to stall frequently. ([#64](https://github.com/rokucommunity/roku-debug/pull/64))
|
|
12
18
|
- combine telnet output that was split due to buffer sizes ([#64](https://github.com/rokucommunity/roku-debug/pull/64))
|
|
13
19
|
|
|
14
20
|
|
|
15
21
|
|
|
16
|
-
## [0.9.1](https://github.com/rokucommunity/
|
|
22
|
+
## [0.9.1](https://github.com/rokucommunity/roku-debug/compare/v0.9.0...v0.9.1) - 2022-01-05
|
|
17
23
|
### Fixed
|
|
18
24
|
- issue where `"consoleOutput": "full"` shows no output when `enableDebugProtocol === true`. ([#65](https://github.com/rokucommunity/roku-debug/pull/65))
|
|
19
25
|
|
|
20
26
|
|
|
21
27
|
|
|
22
|
-
## [0.9.0](https://github.com/rokucommunity/
|
|
28
|
+
## [0.9.0](https://github.com/rokucommunity/roku-debug/compare/v0.8.7...v0.9.0) - 2021-12-17
|
|
23
29
|
### Added
|
|
24
30
|
- use @rokucommunity/logger package for logging. Adds many new log messages at various debug levels. ([#61](https://github.com/rokucommunity/roku-debug/pull/61))
|
|
25
31
|
- add `logLevel` launch configuration variable
|
|
@@ -30,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
30
36
|
|
|
31
37
|
|
|
32
38
|
|
|
33
|
-
## [0.8.7](https://github.com/rokucommunity/
|
|
39
|
+
## [0.8.7](https://github.com/rokucommunity/roku-debug/compare/v0.8.6...v0.8.7) - 2021-11-11
|
|
34
40
|
### Changed
|
|
35
41
|
- added lots of logging for help troubleshooting issues in roku-debug. ([#56](https://github.com/rokucommunity/roku-debug/pull/56))
|
|
36
42
|
### Fixed
|
|
@@ -38,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
38
44
|
|
|
39
45
|
|
|
40
46
|
|
|
41
|
-
## [0.8.6](https://github.com/rokucommunity/
|
|
47
|
+
## [0.8.6](https://github.com/rokucommunity/roku-debug/compare/v0.8.5...v0.8.6) - 2021-11-04
|
|
42
48
|
### Changed
|
|
43
49
|
- upgrade to [roku-deploy@3.5.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#352---2021-11-02) which fixed bugs introduced in roku-deploy v3.5.0.
|
|
44
50
|
### Fixed
|
|
@@ -47,8 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
47
53
|
|
|
48
54
|
|
|
49
55
|
|
|
50
|
-
## [0.8.5
|
|
51
|
-
[0.8.5]: https://github.com/RokuCommunity/roku-debug/compare/v0.8.4...v0.8.5
|
|
56
|
+
## [0.8.7](https://github.com/RokuCommunity/roku-debug/compare/v0.8.4...v0.8.5) - 2021-10-27
|
|
52
57
|
### Changed
|
|
53
58
|
- additional logging to the "BrightScript Debug Server" output panel
|
|
54
59
|
- upgrade to [roku-deploy@3.5.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#350---2021-10-27) which adds the ability to use negated non-rootDir top-level
|
|
@@ -59,37 +64,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
59
64
|
|
|
60
65
|
|
|
61
66
|
|
|
62
|
-
## [0.8.4] - 2021-06-01
|
|
63
|
-
[0.8.4]: https://github.com/RokuCommunity/roku-debug/compare/v0.8.3...v0.8.4
|
|
67
|
+
## [0.8.4](https://github.com/RokuCommunity/roku-debug/compare/v0.8.3...v0.8.4) - 2021-06-01
|
|
64
68
|
### Fixed
|
|
65
69
|
- debugger freeze when debugger prompt split across multiple telnet messages ([#35](https://github.com/rokucommunity/roku-debug/pull/35))
|
|
66
70
|
|
|
67
71
|
|
|
68
72
|
|
|
69
|
-
## [0.8.3] - 2021-06-01
|
|
70
|
-
[0.8.3]: https://github.com/RokuCommunity/roku-debug/compare/v0.8.2...v0.8.3
|
|
73
|
+
## [0.8.3](https://github.com/RokuCommunity/roku-debug/compare/v0.8.2...v0.8.3) - 2021-06-01
|
|
71
74
|
### Changed
|
|
72
75
|
- upgraded to [roku-deploy@3.4.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#341---2021-06-01) which fixes bugs introduced in roku-deploy@3.4.0
|
|
73
76
|
|
|
74
77
|
|
|
75
78
|
|
|
76
|
-
## [0.8.2] - 2021-05-28
|
|
77
|
-
[0.8.2]: https://github.com/RokuCommunity/roku-debug/compare/v0.8.1...v0.8.2
|
|
79
|
+
## [0.8.2](https://github.com/RokuCommunity/roku-debug/compare/v0.8.1...v0.8.2) - 2021-05-28
|
|
78
80
|
### Changed
|
|
79
81
|
- upgraded to [roku-deploy@3.4.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#340---2021-05-28) which brings significant zip speed improvements
|
|
80
82
|
|
|
81
83
|
|
|
82
84
|
|
|
83
|
-
## [0.8.1] - 2021-05-04
|
|
84
|
-
[0.8.1]: https://github.com/RokuCommunity/roku-debug/compare/v0.8.0...v0.8.1
|
|
85
|
+
## [0.8.1](https://github.com/RokuCommunity/roku-debug/compare/v0.8.0...v0.8.1) - 2021-05-04
|
|
85
86
|
### Fixed
|
|
86
87
|
- Fix incorrect sgnodes shell prompt matching string. ([#31](https://github.com/rokucommunity/roku-debug/pull/31))
|
|
87
88
|
- Increase port 8080 commands max buffer size ([#31](https://github.com/rokucommunity/roku-debug/pull/31))
|
|
88
89
|
|
|
89
90
|
|
|
90
91
|
|
|
91
|
-
## [0.8.0] - 2021-05-03
|
|
92
|
-
[0.8.0]: https://github.com/RokuCommunity/roku-debug/compare/v0.7.0...v0.8.0
|
|
92
|
+
## [0.8.0](https://github.com/RokuCommunity/roku-debug/compare/v0.7.0...v0.8.0) - 2021-05-03
|
|
93
93
|
### Added
|
|
94
94
|
- port 8080 command support ([#29](https://github.com/rokucommunity/roku-debug/pull/29))
|
|
95
95
|
### Fixed
|
|
@@ -97,30 +97,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
## [0.7.0] - 2021-04-27
|
|
101
|
-
[0.7.0]: https://github.com/RokuCommunity/roku-debug/compare/v0.6.0...v0.7.0
|
|
100
|
+
## [0.7.0](https://github.com/RokuCommunity/roku-debug/compare/v0.6.0...v0.7.0) - 2021-04-27
|
|
102
101
|
### Added
|
|
103
102
|
- support for inspecting roXmlElement ([#23](https://github.com/rokucommunity/roku-debug/pull/23))
|
|
104
103
|
- support for capturing chanperf events ([#28](https://github.com/rokucommunity/roku-debug/pull/28))
|
|
105
104
|
|
|
106
105
|
|
|
107
106
|
|
|
108
|
-
## [0.6.0] - 2021-03-09
|
|
109
|
-
[0.6.0]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.10...v0.6.0
|
|
107
|
+
## [0.6.0](https://github.com/RokuCommunity/roku-debug/compare/v0.5.10...v0.6.0) - 2021-03-09
|
|
110
108
|
### Added
|
|
111
109
|
- rdb integration ([#25](https://github.com/rokucommunity/roku-debug/pull/25))
|
|
112
110
|
|
|
113
111
|
|
|
114
112
|
|
|
115
|
-
## [0.5.10] - 2021-02-16
|
|
116
|
-
[0.5.10]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.9...v0.5.10
|
|
113
|
+
## [0.5.10](https://github.com/RokuCommunity/roku-debug/compare/v0.5.9...v0.5.10) - 2021-02-16
|
|
117
114
|
### Fixed
|
|
118
115
|
- stack trace for brighterscript class methods appearing as `anon`
|
|
119
116
|
|
|
120
117
|
|
|
121
118
|
|
|
122
|
-
## [0.5.9] - 2021-01-19
|
|
123
|
-
[0.5.9]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.8...v0.5.9
|
|
119
|
+
## [0.5.9](https://github.com/RokuCommunity/roku-debug/compare/v0.5.8...v0.5.9) - 2021-01-19
|
|
124
120
|
### Fixed
|
|
125
121
|
- timing issue when shutting down debug session before the log processor has finish its job
|
|
126
122
|
- off-by-one location of "compile errors" when device validates XML components
|
|
@@ -132,44 +128,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
132
128
|
|
|
133
129
|
|
|
134
130
|
|
|
135
|
-
## [0.5.8] - 2020-10-23
|
|
136
|
-
[0.5.8]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.7...v0.5.8
|
|
131
|
+
## [0.5.8](https://github.com/RokuCommunity/roku-debug/compare/v0.5.7...v0.5.8) - 2020-10-23
|
|
137
132
|
### Fixed
|
|
138
133
|
- bug when converting `$anon_###` function names into original function names that was using the wrong line number to look up the name. ([#21](https://github.com/rokucommunity/roku-debug/pull/21))
|
|
139
134
|
|
|
140
135
|
|
|
141
136
|
|
|
142
|
-
## [0.5.7] - 2020-10-06
|
|
143
|
-
[0.5.7]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.6...v0.5.7
|
|
137
|
+
## [0.5.7](https://github.com/RokuCommunity/roku-debug/compare/v0.5.6...v0.5.7) - 2020-10-06
|
|
144
138
|
### Fixed
|
|
145
139
|
- bug that was not passing in the `stagingFolderPath` property for the root project, and therefore incorrectly loading that value from `bsconfig.json` if it existed. ([#18](https://github.com/rokucommunity/roku-debug/pull/18))
|
|
146
140
|
|
|
147
141
|
|
|
148
142
|
|
|
149
|
-
## [0.5.6] - 2020-09-30
|
|
150
|
-
[0.5.6]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.5...v0.5.6
|
|
143
|
+
## [0.5.6](https://github.com/RokuCommunity/roku-debug/compare/v0.5.5...v0.5.6) - 2020-09-30
|
|
151
144
|
### Fixed
|
|
152
145
|
- bug that prevented component library debug sessions from launching.
|
|
153
146
|
|
|
154
147
|
|
|
155
148
|
|
|
156
|
-
## [0.5.5] - 2020-09-28
|
|
157
|
-
[0.5.5]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.4...v0.5.5
|
|
149
|
+
## [0.5.5](https://github.com/RokuCommunity/roku-debug/compare/v0.5.4...v0.5.5) - 2020-09-28
|
|
158
150
|
### Fixed
|
|
159
151
|
- bug in the component library bundling that was using the `src` instead of `dest` for finding the manifest path ([#15](https://github.com/rokucommunity/roku-debug/pull/15))
|
|
160
152
|
|
|
161
153
|
|
|
162
154
|
|
|
163
|
-
## [0.5.4] - 2020-09-25
|
|
164
|
-
[0.5.4]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.3...v0.5.4
|
|
155
|
+
## [0.5.4](https://github.com/RokuCommunity/roku-debug/compare/v0.5.3...v0.5.4) - 2020-09-25
|
|
165
156
|
### Changed
|
|
166
157
|
- fixed some false positive detections of `Can't continue` in the TelnetAdapter
|
|
167
158
|
- fixed version comparision links in the changelogs
|
|
168
159
|
|
|
169
160
|
|
|
170
161
|
|
|
171
|
-
## [0.5.3] - 2020-08-14
|
|
172
|
-
[0.5.3]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.2...v0.5.3
|
|
162
|
+
## [0.5.3](https://github.com/RokuCommunity/roku-debug/compare/v0.5.2...v0.5.3) - 2020-08-14
|
|
173
163
|
### Changed
|
|
174
164
|
- upgraded to [roku-deploy@3.2.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#323---2020-08-14)
|
|
175
165
|
- throw exception when copying to staging folder and `rootDir` does not exist in the file system
|
|
@@ -177,8 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
177
167
|
|
|
178
168
|
|
|
179
169
|
|
|
180
|
-
## [0.5.2] - 2020-07-14
|
|
181
|
-
[0.5.2]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.1...v0.5.2
|
|
170
|
+
## [0.5.2](https://github.com/RokuCommunity/roku-debug/compare/v0.5.1...v0.5.2) - 2020-07-14
|
|
182
171
|
### Changed
|
|
183
172
|
- upgraded to [roku-deploy@3.2.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#322---2020-07-14)
|
|
184
173
|
### Fixed
|
|
@@ -186,16 +175,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
186
175
|
|
|
187
176
|
|
|
188
177
|
|
|
189
|
-
## [0.5.1] - 2020-07-11
|
|
190
|
-
[0.5.1]: https://github.com/RokuCommunity/roku-debug/compare/v0.5.0...v0.5.1
|
|
178
|
+
## [0.5.1](https://github.com/RokuCommunity/roku-debug/compare/v0.5.0...v0.5.1) - 2020-07-11
|
|
191
179
|
### Fixed
|
|
192
180
|
- Prevent debug session crash if target breakpoint file doesn't exist. [#10](https://github.com/rokucommunity/roku-debug/pull/10)
|
|
193
181
|
-Bug when converting source location to staging locations that incorrectly checked rootDir before sourceDirs. [#10](https://github.com/rokucommunity/roku-debug/pull/10)
|
|
194
182
|
|
|
195
183
|
|
|
196
184
|
|
|
197
|
-
## [0.5.0]
|
|
198
|
-
[0.5.0]: https://github.com/RokuCommunity/roku-debug/compare/v0.4.0...v0.5.0
|
|
185
|
+
## [0.5.0](https://github.com/RokuCommunity/roku-debug/compare/v0.4.0...v0.5.0)- 2020-07-06
|
|
199
186
|
### Added
|
|
200
187
|
- support for inline values during a debug session. [#8](https://github.com/rokucommunity/roku-debug/pull/8)
|
|
201
188
|
### Fixed
|
|
@@ -203,15 +190,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
203
190
|
|
|
204
191
|
|
|
205
192
|
|
|
206
|
-
## [0.4.0]
|
|
207
|
-
[0.4.0]: https://github.com/RokuCommunity/roku-debug/compare/v0.3.7...v0.4.0
|
|
193
|
+
## [0.4.0](https://github.com/RokuCommunity/roku-debug/compare/v0.3.7...v0.4.0)- 2020-07-02
|
|
208
194
|
### Changed
|
|
209
195
|
- Try to look up original function names for anonymous functions in call stack [#6](https://github.com/rokucommunity/roku-debug/issues/6)
|
|
210
196
|
|
|
211
197
|
|
|
212
198
|
|
|
213
|
-
## [0.3.7] - 2020-05-11
|
|
214
|
-
[0.3.7]: https://github.com/RokuCommunity/roku-debug/compare/v0.3.6...v0.3.7
|
|
199
|
+
## [0.3.7](https://github.com/RokuCommunity/roku-debug/compare/v0.3.6...v0.3.7) - 2020-05-11
|
|
215
200
|
### Changed
|
|
216
201
|
- upgraded to roku-deploy@3.1.1
|
|
217
202
|
- brightscript debug commands from the debug console in the telnet adapter like `cont` and `step` are now supported (but use at your own risk as there are synchronization issues between the adapter and vscode sometimes)
|
|
@@ -225,21 +210,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
225
210
|
|
|
226
211
|
|
|
227
212
|
|
|
228
|
-
## [0.3.6] - 2020-04-16
|
|
229
|
-
[0.3.6]: https://github.com/RokuCommunity/roku-debug/compare/v0.3.5...v0.3.6
|
|
213
|
+
## [0.3.6](https://github.com/RokuCommunity/roku-debug/compare/v0.3.5...v0.3.6) - 2020-04-16
|
|
230
214
|
### Fixed
|
|
231
215
|
- bug in socket debugger that would randomly try and run the `verifyHandshake()` method more than once during startup.
|
|
232
216
|
|
|
233
217
|
|
|
234
218
|
|
|
235
|
-
## [0.3.5] - 2020-04-10
|
|
236
|
-
[0.3.5]: https://github.com/RokuCommunity/roku-debug/compare/v0.3.4...v0.3.5
|
|
219
|
+
## [0.3.5](https://github.com/RokuCommunity/roku-debug/compare/v0.3.4...v0.3.5) - 2020-04-10
|
|
237
220
|
### Changed
|
|
238
221
|
- upgraded to [roku-deploy@3.0.2](https://www.npmjs.com/package/roku-debug/v/0.3.4) which fixed a file copy bug in subdirectories of symlinked folders
|
|
239
222
|
|
|
240
223
|
|
|
241
224
|
|
|
242
|
-
## [0.3.4] - 2020-04-07
|
|
225
|
+
## [0.3.4](https://github.com/RokuCommunity/roku-debug/compare/v0.3.3...v0.3.4) - 2020-04-07
|
|
243
226
|
### Changed
|
|
244
227
|
- renamed `enableSocketDebugger` to `enableDebugProtocol`
|
|
245
228
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Debug adapter for Roku application development using Node.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@rokucommunity/logger": "^0.1.0",
|
|
87
|
-
"brighterscript": "^0.
|
|
87
|
+
"brighterscript": "^0.43.0",
|
|
88
88
|
"dateformat": "^4.6.3",
|
|
89
89
|
"eol": "^0.9.1",
|
|
90
90
|
"eventemitter3": "^4.0.7",
|
|
index 94e5756..2ac32a7 100644
|
|
|
Binary file
|