meta data for this page
This is an old revision of the document!
getting info
- p[rint] var
- x /100bx m - eXamine memory located by variable m, print 100 bytes in hex format
- bt (backtrace)
- t (threads)
breakpoints
- break malloc
- clear malloc
stepping
- s[tep]
- c[ontinue] <num_to_ignore>
- n[ext] - to next line
- fin[ish] - execute until stack frame returns
- u[ntil] <line number> - execute to line (to avoid loops)
file paths and libraries
- set verbose on
- set auto-load safe-path /
- info shared