Hi, I'm trying badly to track down a debugger for DOS assembly, it's really hard to debug this code and I need a debugger. Does anyone out there know where I can download any version of turbo debugger?
+1
A:
The place you can download legal version of old borland tools is here:
Robert Love
2009-10-29 18:00:39
+2
A:
The OpenWatcom project contains a very good debugger, which exists in both 16 bits and 32 bits versions for DOS (32bits through several so-called DOS extenders), Windows and OS/2. Have a look at the documentation here
Also check IDAPro, a combined disassembler-debugger. A free version is available here
fvu
2009-10-29 18:03:21
Hmm, OpenWatcom didn't work because i'm on Win7 64-bit. Can I get the dos version and use it trough dos box?
Algific
2009-10-29 18:11:03
@data_jepp IMO you're going to have a real hard time debugging DOS programs under W7, AFAIK W7 is completely unable to run DOS applications. You should probably run a virtual machine with DOS, and there you can use the Watcom DOS version.
fvu
2009-10-29 18:20:46