.. index:: debugger .. _debugger: Debugger Commands ***************** Following *gdb* and the other trepanning debuggers, we classify commands into categories. Note though that some commands, like `quit`, and `run`, are in different categories and some categories are new, like `set`, `show`, and `info`. .. toctree:: :maxdepth: 1 commands/breakpoints commands/data commands/files commands/info commands/os commands/running commands/set commands/show commands/stack commands/support