Adding Debug info
-----------------
The QLIB BAT files now offer a new option (/z) to automatically add debug
into to all OBJs and EXEs generated for you.  Qdebug does not support
debug info so you must use WD to use this info.

Watcom Debugging
----------------
This debugger will operate under DOS only.
To debug just compile the program normally and then use: BUG <file>
where file is the program EXE name.  This will use Watcom's Debugger to
debug your program.  There is a 'INT 3' placed just before main() is called
from the startup code, so when the debugger comes up step _into_
the first 'CALL' you see.

Q Debugging
-----------
QLIB now offers it's own debugger.
This debugger will operate under DOS and Windoze.
If you do not have this debugger please download it from my site.
When you download QDebug it will replace BUG.BAT with it's own version of it.
To debug your application do it the same way I mentioned above to debug
with the Watcom Debugger.  The Qdebugger's EXE is QDEBUG.EXE if you need to
know.
Please see qdebug.txt (if you have Qdebug) to see comments above the
debugger itself.


