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

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -