Using the CPU View

From RAD Studio
Jump to: navigation, search

Go Up to How To Use the Debugger


The CPU view displays the assembly language code for your program.

To use the CPU view

  1. Run your program.
  2. Choose Run > Program Pause from the menu.

The CPU view displays. Note that up to five separate panes might display. Click the CPU Window link at the end of this topic for information about these panes.

You can also open the CPU View windows separately or all together. When your application is being run in Debug mode (F9) and has stopped at a breakpoint, you can use View > Debug Windows > CPU Windows and select Entire CPU (for all five windows) or an individual window, such as Disassembly or Memory 1.

See Also