node.js - Debuging nodejs with webstorm -


i learning nodejs , trying debug simple example.

var = 1; var b = 2; var d = function(){     return + b; } console.log(d()); 

i put breakpoint declared var a. cant debug because buttons grey. webstorm configurations http://imgur.com/a/nqoim . possible go step step throught program in visual studio code?


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -