简体   繁体   中英

How do people debug in ECB Emacs?

I want to debug in ECB to use its power. I think there is no built in debugging layout for ECB. (Possible useful windows are: stack, breakpoints, locals, threads, gdb command window etc.)

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

The reason why there's no ECB-specific solution to that problem is that Mx gdb already provides the IDE-like interface that you're looking for (including all the windows you mention). See https://www.gnu.org/software/emacs/manual/html_node/emacs/GDB-Graphical-Interface.html for details

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM