Everything

debugger.Map.Clear


This function clears the mapping settings.

[Specification format]

debugger.Map.Clear()

[Argument(s)]

None

[Return value]

If the memory map was cleared successfully: True

If there was an error when clearing the memory map: False

[Detailed description]

-

This function clears the mapping settings.

[Example of use]

>>>debugger.Map.Clear()
True
>>>