First post, by dan
dan
Offline
Rank
Newbie
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. 😵