WebStorm 11中的节点webkit应用程序调试

时间:2016-05-18 06:56:35

标签: webstorm node-webkit

我对这个问题困惑了2天。任何提示都表示赞赏。

创建了一个非常简单的node-webkit应用程序:helloworld。

的package.json:

{
    "main": "index.html",
    "name": "helloworld-demo",
   "node-main": "hello.js",
    "keywords": [ "demo", "node-webkit" ],
    "window": {
        "title": "node-webkit demo",
        "icon": "link.png",
        "toolbar": true,
        "frame": false,
        "width": 800,
        "height": 500,
        "position": "mouse",
        "min_width": 400,
        "min_height": 200,
        "max_width": 800,
        "max_height": 600
    },
    "webkit": {
        "plugin": true
    }
}

的index.html:

<html>
<head>
<title>Hello World! </title>
</head>
<body >
<h1>Hello World!</h1>
We are using node.js
</body>
</html>

WebStorm 11设置如下:

link to image "webstorm debugging settings"

&#34;运行&#34;没关系。该应用程序正常运行 启动&#34; debug&#34;:时,问题字符串为:

C:\Users\lizhen\Downloads\nwjs-v0.14.5-win-x64\nw.exe --remote-debugging-port=49368 --url=data:text/html;base64,PCFET0NUWVBFIGh0bWw+PHRpdGxlPkxvYWRpbmcgZmlsZTovLy9DOiU1Q1VzZXJzJTVDbGl6aGVuJTVDRG93bmxvYWRzJTVDbm9kZWpzX3dlYmtpdFByYWN0aWNlJTVDaGVsbG93b3JkL2luZGV4Lmh0bWw8L3RpdGxlPg== C:\Users\lizhen\Downloads\nodejs_webkitPractice\helloword

Process finished with exit code -1

link to image "problem capture"

我查看了JetBrains文档,无法找到导致问题的原因。

1 个答案:

答案 0 :(得分:1)

调试不适用于NW 0.13+。请关注WEB-18588了解更新