gpt4 book ai didi

node.js - 使用主管在调试中运行 node.js 应用程序

转载 作者:IT老高 更新时间:2023-10-28 22:12:59 26 4
gpt4 key购买 nike

我正在使用 supervisor自动重新加载我的 node.js,例如

supervisor -w . app.js

但是我不知道如何让主管在调试中运行 node.js 进程,例如相当于

node --debug app.coffee

有人有什么想法吗?

最佳答案

这也有效(而且您不需要单独的 bash 脚本):

supervisor -- --debug app.js
supervisor -- --debug=7070 app.js

关于node.js - 使用主管在调试中运行 node.js 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6468015/

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