-> (C) {"seq":1,"type":"request","command":"initialize","arguments":{"clientID":"Theia","clientName":"Theia IDE","adapterID":"dotnet","locale":"en-US","linesStartAt1":true,"columnsStartAt1":true,"pathFormat":"path","supportsVariableType":false,"supportsVariablePaging":false,"supportsRunInTerminalRequest":true}} <- (E) {"body":{"capabilities":{"supportTerminateDebuggee":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsFunctionBreakpoints":true}},"event":"capabilities","seq":1,"type":"event"} <- (E) {"body":{},"event":"initialized","seq":2,"type":"event"} <- (R) {"body":{},"command":"initialize","request_seq":1,"seq":3,"success":true,"type":"response"} -> (C) {"seq":2,"type":"request","command":"launch","arguments":{"type":"dotnet","request":"launch","program":"/home/vsvydenko/tmp/myapp/bin/Debug/netcoreapp2.2/myapp.dll","name":"Launch Program"}} <- (R) {"body":{},"command":"launch","request_seq":2,"seq":4,"success":true,"type":"response"} -> (C) {"seq":3,"type":"request","command":"setBreakpoints","arguments":{"source":{"name":"Program.cs","path":"/home/vsvydenko/tmp/myapp/Program.cs"},"sourceModified":false,"breakpoints":[{"line":9,"column":1}]}} <- (R) {"body":{"breakpoints":[{"id":1,"line":9,"message":"","verified":false}]},"command":"setBreakpoints","request_seq":3,"seq":5,"success":true,"type":"response"} -> (C) {"seq":4,"type":"request","command":"threads","arguments":{}} <- (R) {"command":"threads","message":"Failed command 'threads' : 0x80004005","request_seq":4,"seq":6,"success":false,"type":"response"}