Skip to content

Cgdb

cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB). In addition to the standard gdb console, cgdb provides a split screen view that displays the source code as it executes. The keyboard interface is modeled after vim, so vim users should feel at home using cgdb.

Commands

ESC
cgdb mode로 전환한다.
i
GDB 모드로 전환한다.
s
GDB모드일 경우 스크롤 모드로 전환한다.

Favorite site