top
products_top_active company_top_inactive right_margin_top
zero_bugs_logo

Tracing Programs

The debugger provides the following features that help you trace through a C/C++ program:

  • source-line stepping
  • machine instruction level single-stepping
  • single-stepping without diving into function calls (NEXT, or step over)
  • breakpoints
  • memory breakpoints (watchpoints)
  • examining the stack trace of the debugging program
  • examining the CPU registers of the debugging program

  • See also: Execution Control


    intro documentation_stroke features sshots credits right_bottom

    Home | Top | Up | Previous | Next | Community