Skip to content

Commit 5234c7b

Browse files
committed
Remove text indicating multi-threaded debugging isn't supported.
Fixes #236.
1 parent bbdaa7d commit 5234c7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# [Unreleased]
22
## Fixed
3+
* Fixes #236 - Documentation indicates that multi-threaded debugging is not supported (@brownts)
34
* Fixes #381 - POSIX relative paths in SSH `sourceFileMap` were not properly formatted (@brownts)
45
* Fixes #348 - Not waiting for `autorun` commands to complete before continuing execution (@brownts).
56
* Fixes #382 - Breakpoints not always cleared over SSH - PR #383 (@abussy-aldebaran)

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ or specify a custom one. Note that it must support the `-e` argument.
4242

4343
Before debugging you need to compile your application first, then you can run it using
4444
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.
4948

5049
Extending variables is very limited as it does not support child values of variables.
5150
Watching expressions works partially but the result does not get properly parsed and

0 commit comments

Comments
 (0)