Skip to content

Commit

Permalink
Proxy debugging note for microsoft/vscode#12749
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Dec 8, 2016
1 parent e4f3d55 commit 9e41740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-notes/v1_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ We have polished the look and feel of the debug start action inside the debug vi

![DebugStart](images/1_8/debug-start.png)

### Proxy debugging note
If you are using ES6 Proxy in your Node app, you may notice the debugger crash. This is due to a bug in Node/V8's deprecated debugging protocol. As a workaround, we recommend using our debug adapter that uses their new debugging protocol, which you can opt-in to by setting `"type": "node2"` in your `launch.json` config. It's supported for Node v6.3+. This issue is tracked in [Microsoft/vscode#12749](https://github.com/Microsoft/vscode/issues/12749).

## Extension Authoring

### Strict Null Checks supported
Expand Down

0 comments on commit 9e41740

Please sign in to comment.