Re: Exceptions debugging enable/disable by aplication
From: Fabio Dell'Aria (thesun_at_inwind.it)
Date: 11/28/03
- Next message: Fabio Dell'Aria: "Re: Debug info"
- Previous message: Adlib: "Re: The disappearing component palette"
- In reply to: Peter Beno: "Exceptions debugging enable/disable by aplication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Nov 2003 09:17:18 -0800
"Peter Beno" <@> wrote in message news:<3fc1fc53@newsgroups.borland.com>...
> Hi
>
> Is there a way how to disable (and reenable) debugging/catching of
> exceptions by integrated debugger from application? I have a place in my
> application where there are expected (and handled) exceptions and i would
> like them to be ignored by debugger. They are strandard db exceptions
> though, so i can't just ignore exception class, because on other places in
> application i want debugger to catch them. I thought they may perhaps be
> some interface for integrated debugger though i have not found any. Anyone
> knows?
> Thanks
>
> Pete
You can try EurekaLog (www.eurekalog.com).
EurekaLog is an add-in tool that gives to your application (GUI,
Console, Web, etc.) the ability to catch every exception (even those
raised by memory leaks) and every infinite-loops/deadlock bugs,
generating a detailed log of call stack (with unit, class, method and
line #), showing and sending it back to you via email.
-- Best regards... Fabio Dell'Aria.
- Next message: Fabio Dell'Aria: "Re: Debug info"
- Previous message: Adlib: "Re: The disappearing component palette"
- In reply to: Peter Beno: "Exceptions debugging enable/disable by aplication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|