b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Show call stack

Open TobyLobster opened this issue 3 years ago • 0 comments

I realise this is not always going to work (since some code plays with the stack in non-obvious ways), but when stepping through code in the debugger it's useful to see the addresses of where the current routine was called from (and if in future symbols are available, then use those).

TobyLobster avatar Oct 19 '20 09:10 TobyLobster