From e2adfae54c533e1914a8934240d3da9a0fc904f2 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 4 Apr 2023 13:36:45 -0400 Subject: [PATCH] Use `--pdb` flag to config `brokerd` debug mode --- piker/accounting/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/accounting/cli.py b/piker/accounting/cli.py index 6018ffe1..bb4e28df 100644 --- a/piker/accounting/cli.py +++ b/piker/accounting/cli.py @@ -115,7 +115,7 @@ def sync( ): portal = await an.start_actor( loglevel=loglevel, - debug_mode=True, + debug_mode=pdb, **start_kwargs, )