codelldb icon indicating copy to clipboard operation
codelldb copied to clipboard

not start not break in windows 11

Open mumin16 opened this issue 2 years ago • 4 comments

[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.

mumin16 avatar Jun 12 '22 20:06 mumin16

Please check your debug info. https://github.com/vadimcn/vscode-lldb/wiki/Breakpoints-are-not-getting-hit

vadimcn avatar Jun 13 '22 21:06 vadimcn

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!

mumin16 avatar Jun 18 '22 19:06 mumin16

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.

vadimcn avatar Jul 09 '22 22:07 vadimcn

it works now. i think one of the recent updates fixed the problem.

mumin16 avatar Oct 03 '22 15:10 mumin16