VOGONS


First post, by jack7277

User metadata
Rank Newbie
Rank
Newbie

I'm using last version dosbox svm daum.
Start game in dosbox_debug by 'debug game.exe'
Then I found some interesting part
repe stosb
set a breakpoint on it.
By pressing F11 I got step into by 1 command, but when I press F10, to skip this command debugger doesnt stop on next command and game start working.
What am I doing wrong ?

Sorry for lng, dont have practice. Russian.

Reply 1 of 4, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Breakpoints don't work properly with dynamic core.

1+1=10

Reply 2 of 4, by jack7277

User metadata
Rank Newbie
Rank
Newbie

You are my hero, thank you very much. I switched from auto (was dynamic) to normal and tracing by F10/F11 works perfect.

Reply 3 of 4, by jomalin

User metadata
Rank Newbie
Rank
Newbie

Hi h-a-l-9000,

why breakpoints doesn't work properly with dynamic core?

THANKS

Reply 4 of 4, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Dynamic core runs the code in blocks without checking for breakpoints between instructions.