VOGONS


First post, by zbiggy

User metadata
Rank Newbie
Rank
Newbie

I've just downloaded cvs and built dosbox with debug option. However can not see messages returned by LOG() and LOG_WARN() functions.

How to enable logging for disney.cpp operations?
Is any way to capture data at 0x379 and 0x37a ports?

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

if you build the debug version of dosbox (that is
./configure --enable-debug
)

then the syntax would be:
LOG(LOG_MISC,LOG_WARN)(char const * msg,....)

This is when in the code of DOSBox.
not in the debugger. In the debugger you can't add log messages.

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