code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

debug in MI is error

Open HeartDawnWY opened this issue 6 years ago • 2 comments

my server not support gdb mi2 so i want to debug in mi i don't know how to setting config for mi debug

can you tell me?

HeartDawnWY avatar May 30 '19 06:05 HeartDawnWY

try changing the debug engine to gdb and the gdbpath to the path to your server executable if you want to use a custom gdb mi server. The protocol changes between mi and mi2 are very minimal and it should just work too, otherwise I don't have mi 1 implemented.

WebFreak001 avatar May 31 '19 11:05 WebFreak001

thank you! if i want to debug this code how to setting config file. i download this code and set breakpoint , but this not work. can you tell me how to debug your code . thank you very much.

HeartDawnWY avatar Jun 04 '19 06:06 HeartDawnWY