/
var
/
www
/
myprog.com.ua
/
server
/
node
/
.vscode
/
/var/www/myprog.com.ua/server/node/.vscode
mkdir
upload
Name
Size
Mode
Actions
launch.json
771
0644
edit
dl
rm
Edit:
/var/www/myprog.com.ua/server/node/.vscode/launch.json
(771B)
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Attach by Process ID", "processId": "${command:PickProcess}", "request": "attach", "skipFiles": [ "<node_internals>/**" ], "type": "node" }, { "type": "pwa-node", "request": "launch", "name": "MyProg service", "skipFiles": [ "<node_internals>/**" ], "program": "${workspaceFolder}/myprog.js" } ] }
Save
cmd:
run