Does anyone know of a debugger like olly that handles 16 bit windows programmes? Thanks
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.
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
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.