Skip to content

Commit 0b7bff3

Browse files
committed
Updated README section about the debugger bug.
1 parent 469ea9b commit 0b7bff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ npm start
4949
- The breakpoint in `renderer.ts` should be hit.
5050

5151
- If the breakpoint is not hit and marked as unbound instead:
52-
![Disable Preview JavaScript Debugger](./docs/media/unbound_breakpoint.png)
52+
![Unbound Breakpoint](./docs/media/unbound_breakpoint.png)
5353

54-
you have likely come across a bug in the new JavaScript debugger for Node.js and Chrome, which is currently in preview and enabled by default. It is used by recent versions of the "Debugger for Chrome" extension. As a workaround, try to disable the preview debugger (https://github.com/microsoft/vscode/issues/102493).
54+
you have likely come across a [bug](https://github.com/microsoft/vscode/issues/123420) in the new JavaScript debugger for Node.js and Chrome, which is currently in preview and enabled by default. The bugfix will probably be released in Visual Studio Code v1.57. As a temporary workaround, disable the preview debugger.
5555
- Open Settings (<kbd>Ctrl+,</kbd>)
5656
- Search for `debug.javascript.usePreview`
5757
- Set option to false

0 commit comments

Comments
 (0)