I’m using node-inspector for debugging my server code. every time I start my server I need to start node-inspector too. How can I start node-inspector without opening another terminal and write the command $ node-inspector?
I’m using node-inspector for debugging my server code. every time I start my server
Share
how about running the like of
gnome-terminal --execute node-inspectororpterm -e node-inspector(the command depends on what terminal program you prefer) viachild_process.spawnat the start of the server code?