扫码关注官方订阅号
刚接触nodejs 和 调试插件node-inspector 按照操作的流程,顺序运行程序。但是到node-inspector页面的时候,提示 No NativeModule in target scope
运行截图
代码截图
报错
就没有其他代码,网上搜索了,找不到答案,求大神解答下,谢谢!
认证0级讲师
将node --debug hello.js换成node --debug-brk hello.js
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
将
node --debug hello.js
换成
node --debug-brk hello.js