Skip to content

Commit

Permalink
Print traceback when entering pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jul 19, 2024
1 parent c64d749 commit 015087b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/sphinx-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import pathlib
import pdb
import time
import traceback

from esbonio.sphinx_agent import handlers, types
from esbonio.sphinx_agent.app import Sphinx
Expand All @@ -53,4 +54,5 @@
)
app.build()
except Exception:
traceback.print_exc()
pdb.post_mortem()

0 comments on commit 015087b

Please sign in to comment.