You can clone with HTTPS or Subversion.
Clone in Desktop Download ZIPNote: 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:
Under certain Windows machines, the devtools loads very slow, it may show a white page at first and needs about 30s to be fully loaded. This is not a bug of node-webkit, devtools in node-webkit is indeed a remote debugger, it needs to open a local server and transfer data via sockets.
So if you encounter empty window when opening the devtools, please check following things:
If you still have problems after making sure nothing is slowing down the devtools, than you have to wait until devtools is fully loaded.