PDA

View Full Version : Need a tool to help debug my app.


ebrazell
03-04-2004, 03:17 PM
I have a application thats been out for 4 years. Over that time many updates have been done. Recently I've noticed that its getting AV. It happens very rarely so I'm unable to re-create it. My wish tool would: keep a log of the procedures when they are being called and variables that were used. Also, it would be great if it was a vcl that I could include in my app, rather than a seperate app.

Thanks,

Ed

MrBaseball34
03-04-2004, 05:31 PM
I'd look into the JCLDebug units of the Project JEDI Code
Library. It lets you create a stack trace when exceptions
occur. http://www.delphi-jedi.org



MB34

pollo
03-05-2004, 04:54 AM
Hi!
I dont know if this is what you are looking for, but this unit is useful for cleaning bugs and finding memory leaks.

http://v.mahon.free.fr/pro/freeware/memcheck

Hope it helps!

Pollo!