VOGONS


First post, by Ryune

User metadata
Rank Newbie
Rank
Newbie

I've installed Dosbox 0.72 in Debian GNU/Linux because I need to use the debug command for an assembly language course. Typing "debug" at the command line gives me the error message:

Illegal command: debug

What do I need to use debug?

Is the debug command the same as the alt-pause debugger? Does Debian enable debugging? Do I need to compile from scratch?

Thanks!

Reply 1 of 2, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

If you need the dosbox internal debugger, you have to compile it with the
debugger enabled (see ./configure).
The z:\debug.exe starts the same debugger as alt-pause, if the latter works
the former should as well unless you removed z:\ from the $path var.

Do you really need the dosbox-internal debugger, or that old msdos-style
debug.exe thing? In the second case, have a look at the one freedos provides.

Reply 2 of 2, by Ryune

User metadata
Rank Newbie
Rank
Newbie

As I understand it, we'll start using "that old msdos-style debug.exe thing" in class next week. 😀 I'll take a look at the Freedos debug.exe. Thanks!