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. For example, if you enter 0x5D 0xC3, the debugger goes to the following location: 00000001 5D 00000002 C3 Alternatively, you can use a dollar sign ($) instead of 0x. 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. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|