getting a call stack in the debugger?
Posted on 2006-02-28, 13:10
I'm trying to figure out how something works in an old DOS game. Is there a way of getting a call stack in the Dosbox debugger? I can of course see what ESP is and try decoding the values there each time, but doing this for each function call can be quite time-consuming. 😵