Setting Breakpoints and Single Stepping Through Code
Setting Breakpoints and Single Stepping Through Code

Setting Breakpoints and Single Stepping Through Code

  1. Right-click the code of interest and select
    Toggle Breakpoint (Code)
    to set a breakpoint.
  2. Select
    View
    >
    Breakpoints
    to view breakpoints.
    You can enable and disable existing breakpoints.
  3. Allow the CPU to run by using the
    Debug
    menu (or by using the Function key shortcuts).