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

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

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

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -