Skip to content
Snippets Groups Projects
  • Luke Campagnola's avatar
    c7a78642
    Added interactive console widget: · c7a78642
    Luke Campagnola authored
      - GUI interactive python prompt, useful in a variety of situations where
        python -i or ipython don't work very well. 
      - Command history (requires a little help finding storage for this)
      - Exception catching, allowing the user to inspect local variables 
        at any level within a stack trace (currently, this is done _without_
        blocking the application)
    c7a78642
    History
    Added interactive console widget:
    Luke Campagnola authored
      - GUI interactive python prompt, useful in a variety of situations where
        python -i or ipython don't work very well. 
      - Command history (requires a little help finding storage for this)
      - Exception catching, allowing the user to inspect local variables 
        at any level within a stack trace (currently, this is done _without_
        blocking the application)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
exceptionHandling.py 3.36 KiB