Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用 Wing IDE,它很棒。我正在构建一个 wxPython 应用程序,我注意到 Wing IDE 会捕获通常被 wxPython 捕获但并未真正引发的异常。这通常很有用,但我想偶尔禁用此行为。我怎么做?
窗口中有一个Ignore this exception location复选框,其中在机翼中报告了异常,或者您可以使用try except块显式地使代码中的特定异常静音。
Ignore this exception location
try except