*********************************************************************
 Simple Win32 Debugger        Started by Charles D. Price
 v1.0 - 7/25/95               price@dsr.com
*********************************************************************

This is a simple Win32 Debugger. It displays text, to the command
console window, output from apps that used the OutputDebugString()
API.  (Can be redirected to a file. Source included.)

I am releasing the code into the public domain with the hope that
it will grow into a more capable debugger, yet remain simple enough
that you don't have to be a demi-god to use it (like ntsd.exe!).

!HOWEVER!, if you find any bugs or make any enhancements please
be kind enough to email me so we can keep it alive and growing.
I will incorporate any changes/bug fixes, give proper credit,
and re-release it.

Please remember, though, that the main emphasis on this little
guy is to KEEP IT SIMPLE!

I have had great success with the "Borg Collective" method of
growing tools in the past and I look forward to growing this one!

Charles Price
price@dsr.com

