How do people debug in ECB Emacs?

I want to debug the possibility of using it in the ECB. I think there is no built-in debug layout for ECB. (Possible useful windows: stack, breakpoints, locales, threads, gdb command window, etc.)

Do I need to create a custom layout in ECB or is there any other way people use it?

+5
source share
1 answer

The reason that there is no specific ECB solution for this problem is because it M-x gdbalready provides an interface similar to the IDE you are looking for (including all the windows you mentioned). See https://www.gnu.org/software/emacs/manual/html_node/emacs/GDB-Graphical-Interface.html for details

0
source

All Articles