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] |
|||
« Next Oldest | Next Newest »
|
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
RE: Logging memory with the debugger - kenaku - 10-30-2022, 04:25 PM
RE: Logging memory with the debugger - [Unknown] - 10-30-2022, 05:40 PM
RE: Logging memory with the debugger - kenaku - 10-31-2022, 12:03 AM
RE: Logging memory with the debugger - [Unknown] - 11-01-2022, 06:10 AM
|