Link to home
Start Free TrialLog in
Avatar of Aiysha
AiyshaFlag for United States of America

asked on

Debug Turbo C 2.01

How do I debug a program using Turbo C 2.01 version. I am using textpad to to edit the program. Then I use the command tcc hello.c for example to compile it. Then when I run it gives I error in compile. How do I know what line the error is in.

Thank you.
Avatar of deepu chandran
deepu chandran
Flag of Germany image

ASKER CERTIFIED SOLUTION
Avatar of grg99
grg99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kent Olsen
Hi Aiysha,

See if you've got TC.EXE as well as TCC.EXE.  TC.EXE is the Itegrated Development Environment (IDE) and has a built in debugger.

If not, see if you've got TD.EXE.  That's Borland's Turbo Debugger.  TC, TCC, and TD were often distributed as part of the same package.


And good advice from grg99 on upgrading.  2.0 is very old.  (I still have my original 2.0 disks, but after all this time I won't swear that they'll still read.)


Good Luck,
Kent
Avatar of Aiysha

ASKER

Is Turbo C 5.5 compiler same as Turbo C++ 5.5. I dont see anything on website that returns Turbo C 5.5. All the queries return Turbo C++ 5.5. Also is Turbo Debugger 5.5 same as Turbo C V5.5?

Thank you.
Avatar of grg99
grg99

Yep, theyre the same.  their compiler does both C and C++.  Also the debugger is included in the C+ package.