-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
send:Content-Length: 191
{"arguments":{"adapterID":"cpp","clientID":"debugger","clientName":"debugger","columnsStartAt1":true,"linesStartAt1":true,"pathFormat":"path"},"command":"initialize","seq":1,"type":"request"}
response:Content-Length: 1379
{"body":{"$__lldb_version":"lldb version 21.1.2","completionTriggerCharacters":["."," ","\t"],"exceptionBreakpointFilters":[{"description":"C++ Catch","filter":"cpp_catch","label":"C++ Catch","supportsCondition":true},{"description":"C++ Throw","filter":"cpp_throw","label":"C++ Throw","supportsCondition":true},{"description":"Objective-C Catch","filter":"objc_catch","label":"Objective-C Catch","supportsCondition":true},{"description":"Objective-C Throw","filter":"objc_throw","label":"Objective-C Throw","supportsCondition":true}],"supportTerminateDebuggee":true,"supportsBreakpointLocationsRequest":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsExceptionFilterOptions":true,"supportsExceptionInfoRequest":true,"supportsFunctionBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsModulesRequest":true,"supportsReadMemoryRequest":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsValueFormattingOptions":true,"supportsWriteMemoryRequest":true},"command":"initialize","request_seq":1,"seq":0,"success":true,"type":"response"}
send:Content-Length: 237
{"arguments":{"args":[],"cwd":"C:/Users/user/Desktop/test","name":"Launch (lldb-dap)","program":"C:/Users/user/Desktop/test/test_cpp.exe","request":"launch","stopOnEntry":true,"type":"lldb-dap"},"command":"launch","seq":2,"type":"request"}
UTF-8:Content-Length: 161
{"body":{"error":{"format":"The parameter is incorrect. ","id":87,"showUser":true}},"command":"launch","request_seq":2,"seq":0,"success":false,"type":"response"}
UTF-8:Content-Length: 46
{"event":"initialized","seq":0,"type":"event"}
i send "launch" request to lldb-dap server but get this error. I check other issuses but seems my request has nothing wrong. if i miss some value?