code-debug
code-debug copied to clipboard
debug in MI is error
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?
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.
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.