vscode - How Do I debug in server side code? -
i have download & install vscode on ubuntu 14.04 lts box, , it's working fine. have created 1 app in node.js, , want debug it. when put debug point in app.js file, , hit f5 (run), , seems it's working. how debug server side , client side code? have video tutorial in detail, new user can understand it.
vscode supports node , mono (on linux , mac) debugging atm. client side debugging not supported, can vote here: https://visualstudio.uservoice.com/forums/293070-visual-studio-code?filter=hot&page=1
we might produce video tutorials new users soon.
in meantime can @ docs https://code.visualstudio.com/docs/debugging
Comments
Post a Comment