Forked from Debugger for Chrome
English is not my mother tongue; please excuse any errors on my part.
Need to install when first run
You can open command palette
with F1
or Ctrl + Shift + P
Type nwjs
to command palette
Select version, It takes a little while to open.
It will start the installation at UserDir/.nwjs/version-names-nwjs
.
Wait install.
Launch NWjs
Shortcut is F5
You can set version in launch.json
. Use latest version by default
You can set version in nwjs.publish.json
also.
NWjs Install
: Download NWjs and installNWjs Remove
: Remove NWjsNWjs Publish
: Generatepublish
directory and copy NWjs for publishNWjs Compile
: Compile javascript withnwjc
Debugger will reload the page after attached. This work will run script twice. If you want not to that, Please set reloadAfterAttached
to false
in launch.json
.
This extension use 9223 por.! If you want to change port, please set port
field in launch.json
.