Advanced Memory Window: Search Tab
Other versions of this page are also available for the following:
8/27/2008
Use this tab to perform searches.
Search starts from the location in the Start Address field and searches through the given Range.
For example, if the Start Address is 0x00000000, the Range is 5, Data is X, and Type is char*, Search returns all memory locations between 0x00000000 - 0x00000005 that contain X.
- Start Address
Enter an address in hexadecimal or a variable name where you want to start a search.
- Range (in bytes)
Enter the decimal number of bytes that you want to search starting from the Start Address.
Data
Enter what you want to search for in the location specified by the Start Address and Range.The Data must be of the selected Type.
Byte word and long values must be entered in decimal if the hexadecimal display is off, or in hexadecimal if the hexadecimal display is on.
Float and double data types can be in normal or scientific form.
- Type
Select one of the following types: byte, word, long, float, double, char*, or wchar_t*.
OK
Select to start a search.All hits within the specified range are listed in the text box below.
- Stop Search
Select to stop a search.