Viewing Disassembled Code

The Disassembler view displays disassembled code for the current function.

The Disassembler view is useful for low-level commands for checking single instructions, such as Step Into and Step Over. By default, the Disassembler view is hidden.

To access the Disassembler view, check Debug > Operate by Instruction while the debugger is running. Alternatively, click the (Operate by Instruction) tool button on the debugger tool bar.

By default, GDB shows AT&T style disassembly. To switch to the Intel style, select Edit > Preferences > Debugger > GDB > Use Intel style disassembly.