Skip to content

Debugging with Visual Studio 2015

Nako Sung edited this page Feb 3, 2016 · 2 revisions
  1. Download and install Node.js tools
  • Tools - Extensions and updates - Online - Node.js tools
  1. Let your JavascriptContext to be set as debug context
  • Context.SetAsDebugContext()
  1. Attach to process via node.js transport (localhost:5858)
  • Alt+Ctrl+P, Transport:node.js, Qualifier:localhost:5858

That's all!

Clone this wiki locally