File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
## Fixed
3
+ * Fixes #236 - Documentation indicates that multi-threaded debugging is not supported (@brownts )
3
4
* Fixes #381 - POSIX relative paths in SSH ` sourceFileMap ` were not properly formatted (@brownts )
4
5
* Fixes #348 - Not waiting for ` autorun ` commands to complete before continuing execution (@brownts ).
5
6
* Fixes #382 - Breakpoints not always cleared over SSH - PR #383 (@abussy-aldebaran )
Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ or specify a custom one. Note that it must support the `-e` argument.
42
42
43
43
Before debugging you need to compile your application first, then you can run it using
44
44
the green start button in the debug sidebar. For this you could use the ` preLaunchTask `
45
- argument vscode allows you to do. Debugging multithreaded applications is currently not
46
- implemented. Adding breakpoints while the program runs will not interrupt it immediately.
47
- For that you need to pause & resume the program once first. However adding breakpoints
48
- while its paused works as expected.
45
+ argument vscode allows you to do. Adding breakpoints while the program runs will not
46
+ interrupt it immediately. For that you need to pause & resume the program once first.
47
+ However adding breakpoints while its paused works as expected.
49
48
50
49
Extending variables is very limited as it does not support child values of variables.
51
50
Watching expressions works partially but the result does not get properly parsed and
You can’t perform that action at this time.
0 commit comments