如何使用node-webkit-agent?
我坚持第二步:
Using your browser, go to devtools frontend URL corresponding to your nodejs version
如何访问devtools?
答案 0 :(得分:1)
在自述文件中,您可能想要下面的0.8 url ...
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
答案 1 :(得分:1)
https://www.npmjs.org/package/webkit-devtools-agent-frontend
你可以通过npm-install来托管你自己的前端。
npm install -g webkit-devtools-agent-frontend
当您运行应用程序时,发送SIGUSR2并重新启动(当前运行时出现错误),打开第二个终端并运行命令webkit-devtools-agent-frontend
它将显示正在运行的端口号供您查看在浏览器中。
答案 2 :(得分:0)
README具有URL,这些是devtools前端的副本。您还可以签出gh-pages分支并在本地打开其中任何一个