VOGONS


First post, by nivS1978

User metadata
Rank Newbie
Rank
Newbie

I am trying to examine the assembler code of an old screen saver. I am running Windows 3.11 in DOSBox 0.74.
What I do is:
1. Break DOSBox
2. Run LOGS 100000
3. Run the screen saver from control panel and wait for DOSBox to break execution.

I can find the application in memory, but even though I add breakpoints to some known functions, no breakpoints are hit.
If I run LOG 1000000 to write a huge debug log, I do not see any code execution in the address rage of the application, even though the screen saver is running when the debugcpu log is written.

Can anyone tell me what I do wrong. Why has DOSBox no trace of the screen saver, other than the application is present in memory.