You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node 8.0.0 will deprecate the existing V8 debugging protocol, as it has been replaced with the Chrome Debugging Protocol (CDP). This debugger relies on the V8-based Node debugger for VS Code, which will be deprecated.
The text was updated successfully, but these errors were encountered:
auchenberg
changed the title
Move debugger to use CDP instead of V8 debugging protocol
Move debugger to use CDP as V8 debugging protocol in Node will get deprecated
Jan 6, 2017
Node 8.0.0 will deprecate the existing V8 debugging protocol, as it has been replaced with the Chrome Debugging Protocol (CDP). This debugger relies on the V8-based Node debugger for VS Code, which will be deprecated.
This debugger should either switch to https://github.com/Microsoft/vscode-node-debug2 or use the https://github.com/Microsoft/vscode-chrome-debug-core library to implement a React Native specific debugger.
The text was updated successfully, but these errors were encountered: