我坚持第二步:Using your browser, go to devtools frontend URL corresponding to your nodejs version
如何访问devtools?
发布于 2013-04-22 16:15:34
看看自述文件,你可能会想要下面的0.8url…
连接到代理
Nodejs v0.6.x
http://c4milo.github.com/node-webkit-agent/19.0.1084.46/inspector.html?host=localhost:1337&page=0
Nodejs v0.8.x
http://c4milo.github.com/node-webkit-agent/21.0.1180.57/inspector.html?host=localhost:1337&page=0
发布于 2014-10-07 22:23:35
https://www.npmjs.org/package/webkit-devtools-agent-frontend
你可以通过npm-install来托管你自己的前端。
npm install -g webkit-devtools-agent-frontend
当你运行你的应用程序,发送SIGUSR2并重启(我目前正在运行错误),打开第二个终端并运行命令webkit-devtools-agent-frontend
它将显示它正在运行的端口号,供你在浏览器中查看。
发布于 2013-04-22 13:35:55
自述文件中有URL,它们是devtools前端的副本。您还可以签出gh-pages分支并在本地打开其中的任何一个
https://stackoverflow.com/questions/16133126
复制相似问题