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

javascript 调试系列 01 —— node.js 调试协议 | 很秀的技术博客 #5

Open
soluteli opened this issue Jan 4, 2019 · 0 comments

Comments

@soluteli
Copy link
Owner

soluteli commented Jan 4, 2019

http://blog.soluteli.com/2018/04/03/

图解 Node.js 调试下图是 Node.js 调试过程的解析图简要分析 调试协议是实现程序可调试的核心。 启用调试模式,Node.js 会开放特定端口,使用调试工具接入该端口后就可以调试。 调试协议现在主要有两种调试协议: legacy: 基于 V8 Debugger Protocol。应用于旧版本。 inspector: 基于 V8 Inspector Protocol。应用

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

No branches or pull requests

1 participant