diff --git a/src/debugpy/server/cli.py b/src/debugpy/server/cli.py index 5e0520da8..964df41be 100644 --- a/src/debugpy/server/cli.py +++ b/src/debugpy/server/cli.py @@ -49,6 +49,7 @@ class Options(object): target: Union[str, None] = None target_kind: Union[str, None] = None wait_for_client = False + log_on_listening = True adapter_access_token = None config: Dict[str, Any] = {} @@ -177,6 +178,7 @@ def do(arg, it): ("--listen", "
", set_address("listen")), ("--connect", "", set_address("connect")), ("--wait-for-client", None, set_const("wait_for_client", True)), + ("--log-on-listening", None, set_const("log_on_listening", True)), ("--configure-.+", "