Skip to content

Fix bug preventing console showing more than one uncaught exception#3309

Merged
j9ac9k merged 1 commit intopyqtgraph:masterfrom
campagnola:exc-catch-fix
Oct 2, 2025
Merged

Fix bug preventing console showing more than one uncaught exception#3309
j9ac9k merged 1 commit intopyqtgraph:masterfrom
campagnola:exc-catch-fix

Conversation

@campagnola
Copy link
Copy Markdown
Member

Console has the ability to display tracebacks for caught exceptions, but will ignore all but the first one.

To test:

  • run examples/console_exception_inspection.py
  • uncheck "only uncaught exceptions"
  • click "raise and catch exception"; traceback is shown
  • click "clear stack"
  • click "show next exception"
  • click "raise and catch exception" again; traceback should be shown again

@j9ac9k
Copy link
Copy Markdown
Member

j9ac9k commented Oct 2, 2025

Thanks @campagnola LGTM, merging

@j9ac9k j9ac9k merged commit 09ddb5f into pyqtgraph:master Oct 2, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants