gpt4 book ai didi

javascript - 在 chrome 开发工具中调试本地 nodejs 脚本

转载 作者:搜寻专家 更新时间:2023-10-31 23:29:55 25 4
gpt4 key购买 nike

我有一个独立的 Node js 脚本。我正在使用该脚本执行一些本地任务。我想在 chrome 开发工具中调试该脚本。我知道我可以通过将调试器放入代码中来在本地调试它,但我不想这样做。

在 nodejs 文档上,我看到它有一些选项,比如 -

V8 Inspector Integration for Node.js# NOTE: This is an experimental feature.

V8 Inspector integration allows attaching Chrome DevTools to Node.js instances for debugging and profiling.

V8 Inspector can be enabled by passing the --inspect flag when starting a Node.js application. It is also possible to supply a custom port with that flag, e.g. --inspect=9222 will accept DevTools connections on port 9222.

To break on the first line of the application code, provide the --debug-brk flag in addition to --inspect.

$ node --inspect index.js

但是当我这样做时,它会给我错误,比如 -

$ node --inspect index.js
node: bad option: --inspect

我的 Node 版本是:

$ node --version
v4.4.7

最佳答案

你需要node 6.3或以上——4.4.7不支持inspect

关于javascript - 在 chrome 开发工具中调试本地 nodejs 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40550885/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com