Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 1
    Could you perhaps elaborate on what exactly an Exception Class Dialog means, and how this might actually work? Is this simply the string that an exception throws? Commented Nov 1, 2012 at 20:17
  • @DerekAdair, it opens a dialog where you can select the class name, it's just a string representing the name of the class.
    – CrazyCoder
    Commented Nov 2, 2012 at 0:45
  • 6
    At least in PyCharm 3.4, this does not work unless you're willing to suspend every time the exception is raised, whether it's caught or not.
    – Peter
    Commented Oct 2, 2014 at 17:19
  • How do you toggle that setting, @Peter?
    – hlin117
    Commented Jan 8, 2015 at 2:37
  • 1
    Can anyone suggest why that option toggled itself in my project?
    – Atcold
    Commented Feb 23, 2017 at 14:55