Discussion:
[Wt-interest] Error during event handling
Marco Gulino
2015-07-08 12:42:37 UTC
Permalink
Hello,
I'm trying to debug a quite big application, where an "Error during event
handling" is triggered.
While in a few cases the following error message can be used to identify
the source code triggering the error, some other times it's not very clear.
Is there some kind of debugging tecnique where I can see the original
exception, and its stacktrace?
Thanks
Marco
Wim Dumon
2015-07-09 08:05:19 UTC
Permalink
Hey Marco,

Most debuggers allow somehow to break when an exception is thrown.
Otherwise, you can put a breakpoint on the exception constructor.

Wim.
Post by Marco Gulino
Hello,
I'm trying to debug a quite big application, where an "Error during event
handling" is triggered.
While in a few cases the following error message can be used to identify
the source code triggering the error, some other times it's not very clear.
Is there some kind of debugging tecnique where I can see the original
exception, and its stacktrace?
Thanks
Marco
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest
Marco Gulino
2015-07-10 06:33:41 UTC
Permalink
Thank you, the second suggestion proved to be really effective!
Post by Wim Dumon
Hey Marco,
Most debuggers allow somehow to break when an exception is thrown.
Otherwise, you can put a breakpoint on the exception constructor.
Wim.
Post by Marco Gulino
Hello,
I'm trying to debug a quite big application, where an "Error during event
handling" is triggered.
While in a few cases the following error message can be used to identify
the source code triggering the error, some other times it's not very clear.
Is there some kind of debugging tecnique where I can see the original
exception, and its stacktrace?
Thanks
Marco
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest
Loading...