次の方法で共有


Advanced Memory Window: Search Tab (Compact 2013)

3/26/2014

Use this page to search memory. The search starts at the Start Address and searches Range bytes. For example, if the Start Address is 0x00000000, the Range is 5, Data is X, and Type is char*, search finds all memory locations between 0x00000000 - 0x00000004 that contain X.

  • Start Address
    The starting address of the search, either a hexadecimal address or a variable name.
  • Range (in bytes)
    The number of bytes to search, specified as a decimal integer.
  • Data
    The data to search for. The data must be of the selected Type. Byte, word, and long values can be entered in either decimal or hexadecimal. Hexadecimal values begin with “0x”. Float and double data types can be in normal or scientific form.
  • Type
    The type of Data, either byte, word, long, float, double, char*, or wchar_t*.
  • Search
    Click to start a search. All items within the specified range that match the search data are listed in the text box.
  • Stop Search
    Click to stop a search.

See Also

Reference

Advanced Memory Window

Concepts

Platform Builder User Interface

Other Resources

Platform Builder Views