codelldb
codelldb copied to clipboard
not start not break in windows 11
[2022-06-12T20:09:07.881Z DEBUG codelldb::dap_codec] <-- {"seq":157,"type":"event","event":"module","body":{"module":{"id":"FFFFFFFFFFFFFFFF","name":""},"reason":"removed"}} [2022-06-12T20:09:07.881Z DEBUG codelldb::dap_codec] <-- {"seq":158,"type":"event","event":"output","body":{"output":"Process exited with code 0.\n"}} [2022-06-12T20:09:07.881Z DEBUG codelldb::dap_codec] <-- {"seq":159,"type":"event","event":"exited","body":{"exitCode":0}} [2022-06-12T20:09:07.881Z DEBUG codelldb::dap_codec] <-- {"seq":160,"type":"event","event":"terminated","body":{}} [2022-06-12T20:09:07.918Z DEBUG codelldb::dap_codec] --> {"command":"disconnect","arguments":{"restart":false,"terminateDebuggee":false},"type":"request","seq":10} [2022-06-12T20:09:07.918Z DEBUG codelldb::dap_codec] <-- {"seq":161,"type":"response","request_seq":10,"success":true,"command":"disconnect"} [2022-06-12T20:09:08.421Z DEBUG codelldb::dap_session] Client has disconnected [2022-06-12T20:09:08.421Z DEBUG codelldb::debug_session] End of the requests stream [2022-06-12T20:09:08.421Z DEBUG codelldb::debug_session] DebugSession::drop() [2022-06-12T20:09:08.421Z DEBUG codelldb] End of debug session [2022-06-12T20:09:08.437Z DEBUG codelldb] Exiting Debug adapter exit code=0, signal=null.
Please check your debug info. https://github.com/vadimcn/vscode-lldb/wiki/Breakpoints-are-not-getting-hit
in windows 11 , i tried simple program with this project's and llvm-project's lldb from command line. i have "error: unknown error" with run command. then, i tried with msys2's lldb , it is works!
There is insufficient information to do anything about this bug. Please provide a detailed description of what you are doing, including compiler identification, version, what ABI you are targeting, etc. Preferably with a minimal program to reproduce the problem and command line flags used to compile it.
it works now. i think one of the recent updates fixed the problem.