The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: darrenls59 on September 20, 2007, 05:25:11 PM

Title: 16 bit windows debugger
Post by: darrenls59 on September 20, 2007, 05:25:11 PM
Does anyone know of a debugger like olly that handles 16 bit windows programmes? Thanks
Title: Re: 16 bit windows debugger
Post by: 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.
Title: Re: 16 bit windows debugger
Post by: darrenls59 on September 25, 2007, 01:44:55 PM
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
Title: Re: 16 bit windows debugger
Post by: japheth on September 25, 2007, 05:55:20 PM

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.