Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I prevent JDebugTool from stopping at uncaught thrown exceptions in the target JVM?

0
Posted

How do I prevent JDebugTool from stopping at uncaught thrown exceptions in the target JVM?

0

By default, JDebugTool will stop at any thrown exceptions that are not caught by the target program. To prevent this, if desired, disable the (All Uncaught Exceptions) first table row (by clicking on the E checkbox) in the Exceptions Panel in the debugger. You can also right-click on the (All Uncaught Exceptions) first table row in the Exceptions Panel and select Edit…from the resulting pop up context menu, to display the Catch Exception Dialog, in order to edit the properties of (All Uncaught Exceptions). Use the Include Classes or the Exclude Classes fields to filter out uncaught exceptions when thrown from locations that you are not interested in.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123