Link to home
Start Free TrialLog in
Avatar of jorj
jorjFlag for Romania

asked on

Debugging techniques. Documentation ?

I know this is a very general question so I just ask you for some links where  I can read about it. Thanx.
Avatar of techpage
techpage

ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

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 jorj

ASKER

KO. More specific: I must debug a program written in C, used for few 386/DOS terminals, with a lot of #ifdef statements, and many C files. It seems that almoust nothing has been done in order to be easier to be debugged, and now each bug take me few days until I figure it out what's about. Maybe from your experience, what's to be done to  avoid those eat-time bugs ?
What translator dou you use?
If you woks with BC , you can use
exellent debugger of borland:
td386.exe . If you use it, you don't need Thoery. You can make dump of memory,breakpoints, watch, inspect, ...
See td.hlp.
Avatar of jorj

ASKER

I have found what I wanted in your link, AlexV.
Thanx