News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

16 bit windows debugger

Started by darrenls59, September 20, 2007, 05:25:11 PM

Previous topic - Next topic

darrenls59

Does anyone know of a debugger like olly that handles 16 bit windows programmes? Thanks

OldTimer

Hi.  Have you tried Borland's Turbo Debugger.  It's no longer supported and is available as a free download.  It comes with tdwin.exe which will run on Win 95/98.   Borland released a patch, tdwin.zip, to overcome a problem with Windows 3.1 and this is also available on a public server which you can find via Google.

Cheers.

darrenls59

Quote from: OldTimer on September 21, 2007, 07:16:09 AM
Hi.  Have you tried Borland's Turbo Debugger.  It's no longer supported and is available as a free download.  It comes with tdwin.exe which will run on Win 95/98.   Borland released a patch, tdwin.zip, to overcome a problem with Windows 3.1 and this is also available on a public server which you can find via Google.

Cheers.


Thanks for that but every link that claims to have it point to www.codegear.com, but like many sites it boasts to have something it doesn't. :(

Thanks anyway

japheth


Hi,

The Borland TDW debugger can debug 16-bit Windows apps, but it is not free.
Free is Open Watcom's WDW (in directory BINW). It can debug 16-bit Windows applications.