Zxdb supports the following commands for inspecting memory:
aspace
: Show mapped memory regions.mem-analyze
: Dumps memory, trying to interpret pointers.mem-read
/x
: Dumps memorystack
: Provides a low-level analysis of the stack. This is a handy command for low-level debugging.sym-near
: Figure out which symbol corresponds to an address.