【发布时间】:2015-12-14 22:17:24
【问题描述】:
如何退出 slc 调试?
在我输入的地方打开了另一个终端:
slc debug
它回应:
Node Inspector is now available from http://localhost:8080/debug?port=5858
Debugger listening on port 5858
Starting the interactive shell (REPL). Type `.help` for help.
The module in the current directory was not loaded: Cannot find module '/Users/razoyo-dev/Thinkster/f2lapper-news'.
Didn't want to start REPL? Run `slc debug .` instead.
我可以看到 > 提示,但我无法在终端中输入任何内容。我尝试在活动监视器中查看是否可以找到要杀死的进程,但我不知道哪个是正确的。 (我看到三个节点应用程序。我假设它是其中之一。)
我想我可以重新启动我的机器,但必须有更好的方法。
【问题讨论】:
标签: node.js macos debugging process node-inspector