Edit the following file:
1 | C:\Users\Brock\AppData\Roaming\Sublime Text 2\Packages\Nodejs\Nodejs.sublime-build |
Merge the following code into the file:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | { "cmd" : [ "node --debug" , "$file" ], "file_regex" : "^[ ]*File \"(...*?)\", line ([0-9]*)" , "selector" : "source.js" , "shell" : true , "encoding" : "cp1252" , "windows" : { "cmd" : [ "taskkill /F /IM node.exe & node --debug" , "$file" ] }, "linux" : { "cmd" : [ "killall node; node" , "$file" ] } } |
No comments:
Post a Comment