-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Debugging with devtools
Mithgol edited this page Oct 2, 2012
·
22 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 --developer
Note, 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