Jumping to a memory address in the Disassembly view

In the Disassembly view, you can jump to any memory address to view the section of disassembly, starting at a specified memory address (a hexadecimal or decimal value. The IDE then queries the debugger for the disassembly for that memory address, and refreshes the view to show a section of disassembly starting with that address.
To jump to a memory address:
  1. From the Disassembly view dropdown menu, select Go To Address.

    Disassembly view: jumping to a memory address

    The Enter Address dialog appears.

    Disassembly view: jumping to a memory address

  2. Type a decimal or hexadecimal value of the memory address that you want to jump to, and click OK.

    This action takes the memory address and creates a new Disassembly (Go To Address) view with a section of disassembly starting with the specified address.

    Disassembly (Got To Address) view

To use this feature, you'll need to do the following:


Besides the Debug view, you'll find several other useful views in the Debug perspective:

To: Use this view:
Inspecting variables Variables
Using breakpoints and watchpoints Breakpoints
Evaluating your expressions Expressions
Inspecting your registers Registers
Inspecting a process's memory Memory
Inspecting shared-library usage Modules
Monitoring signal handling Signals
Viewing your output Console
Interacting with GDB Console
Related concepts
Debug view
Debug launch controls