本文介绍了如何在节点调试器中禁用“第一行中断”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有命令行参数或环境变量禁用节点调试器的break on first line功能?

Is there a command line argument or an environment variable that disables the "break on first line" feature of the node debugger?

推荐答案

根据,我已经在 repo,目前,这是不可能的。这也是节点家伙看不到作为一个值得实施的功能的东西,因为它似乎没有意义。[...]附加到正在运行的进程完全相同的事情。请参阅上述问题中的其余讨论。

According this issue I have opened in the node repo, currently, this is not possible. This is also something that the node guys don't see as a feature worth implementing "because it seems kind of pointless. […] Attaching to a running process does exactly" the same thing. See the rest of the discussion in the mentioned issue.

如果您认为您想要这样的功能,请在Github问题中发表评论,如果没有回应,一个新的,并在这里张贴在某个地方。

If you think you want such a feature, vore this up, leave a comment in the Github issue, and, if no response, one a new one and post it here somewhere as well.

这篇关于如何在节点调试器中禁用“第一行中断”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 06:55