javascript - 关于使用chrome提供的测试Node,未发现有Node debugging此项,不知大家用时是怎么设置的

 平凡天使心619 发布于 2022-11-08 17:42

V8 Inspector 集成允许将 Chrome 开发工具通过 Chrome Debugging Protocol 连接到 Node.js 实例以进行调试和分析

我想在用下这个调试,我将chrome升级到 57.0.2987.133,

看相应文档:https://blog.hospodarets.com/nodejs-debugging-in-chrome-devtools?utm_source=javascriptweekly&utm_medium=email 

To enable it, you have to do the following:

Open the chrome://flags/#enable-devtools-experiments URL

    Enable the Developer Tools experiments flag
    Relaunch Chrome
    Open DevTools Setting -> Experiments tab (it started being visible after the reload)
    Press "SHIFT" 6 times (enjoy it ¯ \ _ (ツ) _ / ¯) to show the hidden experiments
    Check the "Node debugging" checkbox
    Open/close DevTools
    
    

然而我发现最新版chrome版本并没有此设置:Node debugging

撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有