We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Read a variable or memory location value at run-time. Such can be achieved by: read <address>.
read <address>
IP 0x80000294 State Running Enter command: read 0x60000008
resulting into: 0x60000008: 0x11223344
IP 0x80000294 State Running Enter command: dump 0x60000000 4
resulting into: 0x60000000: 0x00000007 0x01312D00 0x11223344 0x00000610
See: https://aurixocd.blogspot.com/2021/06/lets-modify-variables-values-at-run-time.html
There was an error while loading. Please reload this page.