Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move debugger to use CDP as V8 debugging protocol in Node will get deprecated #377

Closed
auchenberg opened this issue Jan 6, 2017 · 2 comments

Comments

@auchenberg
Copy link

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.

@auchenberg 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
@vladimir-kotikov
Copy link
Contributor

Linking other issues, relevant to node debugger engine (will be fixed after migrating to node2/chrome debugger): #334, #356, #367, #368

@vladimir-kotikov
Copy link
Contributor

@MSLaguana, can we close this due to #390 has been merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants