Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OS: linux x64
- Adapter node: v7.4.0 x64
- vscode-chrome-debug-core: 3.15.3
- 10:21:23 PM, 5/16/2017
- node-debug2: 1.12.4
- From client: initialize({"clientID":"vscode","adapterID":"node2","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true})
- 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}}
- 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"})
- 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"]}}}
- 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"}}}}
- From client: disconnect({"restart":false})
- Terminated: Got disconnect request
- To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"debugStopped","data":{"reason":"Got disconnect request"}}}
- To client: {"seq":0,"type":"response","request_seq":3,"command":"disconnect","success":true}
Advertisement
Add Comment
Please, Sign In to add comment