Extra Debugger Exceptions
Wing always stops on AssertionError, even if the exception is handled because these are intended to indicate an error in code.
However, since not all programmers use exceptions in the same way, you may find Wing stopping in places that you don't want it to.
To avoid this, you can train Wing to ignore unwanted exception reports with the checkbox in the Exceptions tool. Or remove AssertionError from the Debugger > Exceptions > Always Report preference.
For more information, see Managing Exceptions.