C and C++ Disassembly Window

See Also 

The Disassembly window displays the assembly instructions for the current source file. You can open the Disassembly window when your program is stopped at the breakpoint by choosing Window > Debugging > Disassembly.

To set an address breakpoint on an instruction:

Icons

Icon Description
Breakpoint icon Breakpoint
Program counter icon Current instruction
See Also
C and C++ Debugger Windows

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.