Use `--pdb` flag to config `brokerd` debug mode

pre_overruns_ctxcancelled
Tyler Goodlet 2023-04-04 13:36:45 -04:00
parent 64ca507196
commit e2adfae54c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def sync(
):
portal = await an.start_actor(
loglevel=loglevel,
debug_mode=True,
debug_mode=pdb,
**start_kwargs,
)