Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi Debugger 2

Status
Not open for further replies.

cesar221

Programmer
Jun 21, 2001
2
0
0
US
Can anybody recomend an alternative to Delphi's Debugger?

Thanks
 
as I know there is only one debugger that can debug delphi code on source level. Borlands Turbo Debugger. You can get it from borlands web site.

But tell my , why do you need another debugger. Maybe the functionality you're searching for is already there.

Stefan
 
Thanks for the advise stefanlechner,
My problem is when I try to debug programs with multithreads. The debugger keeps freezing my computer, it seems to me that it can not handle multithreads. Another thing are you sure I can use TurboDebugger with Delphi, I think it is a tool for c and c++. If you have any other tips please let me know.

thanks,

cesar
 
Hi Cesar221,

I have been told that the Borland Turbo Debugger can do
both. So for that matter it doesnt matter. Also there is
a debugger called CodeSite. Visit for that one. But if you computert freezes I suggest you
get a new cpu, with more on board memory. Something like
256k level 1 and 512K level 2. Or maybe your computer is
too slow intirely. Same principle as running Office 2000 on
a 286 PC. It doesnt work. How can you find out if its a
memory or cpu speed problem? There are several tools for
that. A program called Memory Sleuth checks memory usage.
Visit for this tool.

I hope you will find this information usefull.

BobbaFet


Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
 
Have a look at SoftICE you have a adaptive symbol file for ICE then you can use it to debug delphi program .

Regards! zallen@cmmail.com
Long live of freedom!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top