Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Logging memory with the debugger
10-29-2022, 01:13 AM
Post: #2
RE: Logging memory with the debugger
Inside log expressions you can reference memory, yes.

I believe the syntax in this case would be:
Code:
Hit breakpoint, value at a1 is: {[a1,8]}

Where simply {a1} would log the value of a1 itself.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Logging memory with the debugger - kenaku - 10-28-2022, 11:11 PM
RE: Logging memory with the debugger - [Unknown] - 10-29-2022 01:13 AM

Forum Jump: