Replies: 5 comments 13 replies
-
There is the LOCAL STACK in the variables section. It shows the stack of the current 'function' (call). If that is not enough you could use a watch. It should be something Like this sp,2 Or sp,2,20 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You cannot turn the "Local Stack" on. It is always there. But you may need to expand it. |
Beta Was this translation helpful? Give feedback.
-
Strange, you should see the pushes. |
Beta Was this translation helpful? Give feedback.
-
Tanks for reporting this. I will fix that soon. Workaround: It is anyhow a good idea to provide it because otherwise DeZog might misinterpret the stack and you could see weird values. |
Beta Was this translation helpful? Give feedback.
-
Something I find extremely useful in cspect whilst debugging is a short stack view. I can sort of see this in dezog, but it's not straight forward. I wondered if either there was a way to either add a stack view panel or to watch words (instead of bytes).
(I thought the call stack mini panel would give me this, but it tends to be empty, so I assumed it was something else)
Call stack - I assume this isn't my code's call stack?
SP in register view - tricky to see exactly what's on the stack
Cspect's version:
Beta Was this translation helpful? Give feedback.
All reactions