Enter Search Bytes

From RAD Studio
Jump to: navigation, search

Go Up to Debug Windows Index

Searches forward in the Disassembly pane of the CPU window for an expression or byte list.

Item Description

Edit Box

Enter a byte list for two or more values located in a specific order. Precede hexadecimal values with 0x. Alternatively, you can use a dollar sign ($) instead of 0x.

For example, if you enter 0x5D 0xC3, the debugger goes to the following location:00000001 5D00000002 C3.

To search for DWords, reverse the order of the bytes. For example, if you enter 0X1234, the debugger positions the pane to memory location 34 12.