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 アプリを構築していますが、通常は wxPython によってキャッチされ、実際には発生しない例外を Wing IDE がキャッチすることに気付きました。これは通常は便利ですが、ときどきこの動作を無効にしたいと思います。それ、どうやったら出来るの?
例外がウィングで報告されるウィンドウにチェックボックスがあります。または、ブロックIgnore this exception locationを使用してコードでその特定の例外を明示的に黙らせることができます。try except
Ignore this exception location
try except