How to see assembly when debugging firmware, (I dont have source code) #63
Unanswered
aguaviva
asked this question in
Debugging Q&A
Replies: 1 comment 1 reply
-
Ummm as I remember, the disassembly view currently shows instructions of current frame. When the bounds of current space is not known (for instance, whe you don't have debug symbols), it shows nothing. When you do |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see the disassembly in the console window using the command
disass 0, 200
for example, but the disassembly window is empty, how can I make is show the disasm?Thanks for this awesome software!
Beta Was this translation helpful? Give feedback.
All reactions