forked from nwjs/nw.js
-
Notifications
You must be signed in to change notification settings - Fork 10
Debugging with devtools
Mithgol edited this page Oct 2, 2012
·
15 revisions
Note: following guides only apply to node-webkit >= v0.2.2
In order to show the Debug menu, you should manually append an developer switch:
$ nw --developerNote, on Windows the command parameter is a little different:
nw /developer
Then when you open the developer tools from the application menu Debug -> Show DevTools.
Currently not everything of developer tools is working well, bellow are the things that don't work:
- node modules don't shown in script sources
- render process crashed when the debugger continues execution