VOGONS


First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Say I start a dosbox, and want to start the debugger any time I like
I ask this question because when I am debugging a game, I would like to see the "current" state of the program and take a snapshot and after a while, I close the debugger, the restart it and take another snapshot.
Is it a general practice of debugging a graphic program anyway?
I am not a hacker, btw.... just debug the program I am writing for myself.
Thanks
Jack

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

and what do you want to do with the snapshots ?
alt-break enters the debugger.
memdumpbin saves a snapshot
f5 resumes dosbox.

have fun!

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 2, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Oh Qbix, it's that easy. Thanks
Jack