|
Re: Memo 64k limit / Debugging
Well, there is no source level debugging support for the WDOSX-stubbed
executables at all.
All you can use is wudebug which will not help you much. Of course if
you only use CLX stuff and nothing DOS/DWPL-specific, then you could
build for normal Win32 and debug that, but then it has nothing to do
with DWPL.
The third way is to build with DWPL and trying to debug the exe under
Win32 before stubbing with WDOSX. I can't remember if this works or
not, depends on the amount of low-level stuff DWPL does at startup.
Maybe this won't work at all.
al
> Also, what is the best way to step debug these executables under DOS?
> Should I use turbo debugger?
|