NAME gdb - run gdb in a vile window SYNOPSIS In .vilerc: perl "use gdb" In [x]vile: :gdb :gdb-break :gdb-step :gdb-next :gdb-cont DESCRIPTION The gdb module runs "gdb" in a vile window and tracks changes in the editor. This must be used with the "shell.pm" module. gdb Start or rejoin an interactive gdb session. gdb-break Set a breakpoint in gdb. gdb-step Single step in gdb. gdb-next Next in gdb. gdb-cont Continue in gdb. AUTHOR Kevin Buettner