Guest User

VSCode Output

a guest
May 16th, 2017
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.98 KB | None | 0 0
  1. OS: linux x64
  2. Adapter node: v7.4.0 x64
  3. vscode-chrome-debug-core: 3.15.3
  4. 10:21:23 PM, 5/16/2017
  5. node-debug2: 1.12.4
  6. From client: initialize({"clientID":"vscode","adapterID":"node2","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true})
  7. To client: {"seq":0,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"exceptionBreakpointFilters":[{"label":"All Exceptions","filter":"all","default":false},{"label":"Uncaught Exceptions","filter":"uncaught","default":true}],"supportsConfigurationDoneRequest":true,"supportsSetVariable":true,"supportsConditionalBreakpoints":true,"supportsCompletionsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsRestartFrame":true,"supportsExceptionInfoRequest":true}}
  8. From client: launch({"type":"node2","request":"launch","name":"Launch Program","program":"/home/oscar/projects/node/test/bin/www","protocol":"inspector","trace":"verbose","cwd":"/home/oscar/projects/node/test"})
  9. To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"debugStarted","data":{"request":"launch","args":["type","request","name","program","protocol","trace","cwd","sourceMapPathOverrides","showAsyncStacks","sourceMaps"]}}}
  10. To client: {"seq":0,"type":"response","request_seq":2,"command":"launch","success":false,"message":"Cannot launch program '{path}'; setting the 'outDir or outFiles' attribute might help.","body":{"error":{"id":2003,"format":"Cannot launch program '{path}'; setting the 'outDir or outFiles' attribute might help.","variables":{"path":"/home/oscar/projects/node/test/bin/www"}}}}
  11. From client: disconnect({"restart":false})
  12. Terminated: Got disconnect request
  13. To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"debugStopped","data":{"reason":"Got disconnect request"}}}
  14. To client: {"seq":0,"type":"response","request_seq":3,"command":"disconnect","success":true}
Advertisement
Add Comment
Please, Sign In to add comment