How to jump to a specific address

nRF Connect for VS Code

tags
nRF Connect for VS Code

To jump to a specific address in the Memory Explorer, complete the following steps:

  1. In the Memory Explorer toolbar, click the icon to the left of the search field until the mode is Search address....

    Search address in the Memory Explorer

  2. Type the address in the search field.
    If the address is within the current memory region, the byte at that address is highlighted in yellow.

    Highlighted memory address in the Memory Explorer

    Tip

    • If you are looking for a hexadecimal address, you do not need to precede the address with 0x. For example, if you want to look for 0x00000075, you can just type 00000075.
    • Use the Show symbols button in the toolbar to see symbol color groupings over the address range.

    Highlighted memory address with color groupings

  3. When you are done, clear the highlight using the clear button (×) in the search field.