gdb split view with code

后端 未结 9 2096
温柔的废话
温柔的废话 2020-11-27 10:02

I was just debugging a program in gdb and somehow I found a new feature I\'ve never seen or even heard of before, a split view where I can see and browse the code in additio

9条回答
  •  难免孤独
    2020-11-27 10:45

    There is also interface tool for GDB called cgdb. Even with some color highlighting. "ESC" to switch to code view, "i" to switch back to gdb

提交回复
热议问题