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.

  • Breakpoints (break, delete)
  • Examining data (print, target, expand, write)
  • Specifying and examining files (edit, list, load)
  • Information from the Debugged Session (break, files, line, program, rules, target, targets, tasks, variables)
  • Interfacing to the OS (cd, pwd, shell)
  • Run-Changing Commands (continue, finish, next, quit, run, skip, step)
  • Set (basename, debug, ignore-errors, keep-going, setq, setqx, silent)
  • Show (args, basename, commands, debug, ignore-errors, keep-going, silent, version)
  • Examining the Target Stack (backtrace, frame, up, down)
  • Debugger Support Commands (help, source)
 
  • ← Debugger Command Syntax
  • Breakpoints (break, delete) →

remake

Navigation

Contents:

  • Features
  • The Remake Debugger
    • Entering the Debugger
    • Sample Debugger Sessions
    • Debugger Command Syntax
    • Debugger Commands
  • How to install
  • remake manpage

Related Topics

  • Documentation overview
    • The Remake Debugger
      • Previous: Debugger Command Syntax
      • Next: Breakpoints (break, delete)

Quick search

©2020 Rocky Bernstein. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source