Skip to content

Commit

Permalink
issue openwallet-foundation#3182: allow to debug provision and upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Ng-Adam <[email protected]>
  • Loading branch information
rngadam committed Aug 28, 2024
1 parent 6177b60 commit af5938c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion aries_cloudagent/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def init_debug(args):
import debugpy

debugpy.listen((PTVSD_HOST, PTVSD_PORT))
print("=== Waiting for debugger to attach ===")
print(f"=== Waiting for debugger to attach to {PTVSD_HOST}:{PTVSD_PORT} ===")
debugpy.wait_for_client()
except ImportError:
print("debugpy library was not found")
Expand Down
1 change: 0 additions & 1 deletion aries_cloudagent/config/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def get_settings(self, args: Namespace):
)
return settings


@group(CAT_PROVISION, CAT_START, CAT_UPGRADE)
class DebuggerGroup(ArgumentGroup):
"""Debugger settings."""
Expand Down

0 comments on commit af5938c

Please sign in to comment.