Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 1dae55a

Browse files
Louis Yecopybara-github
authored andcommitted
Python debugger agent logs version upon initialization
PiperOrigin-RevId: 263557006 Change-Id: Ib4a2306ca20b4b5188b46640ce46b1a4b99dec78
1 parent 89c4d71 commit 1dae55a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/googleclouddebugger/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def _StartDebugger():
4949
global _breakpoints_manager
5050

5151
cdbg_native.InitializeModule(_flags)
52+
cdbg_native.LogInfo('Initializing Cloud Debugger Python agent version: %s' %
53+
__version__)
5254

5355
_hub_client = gcp_hub_client.GcpHubClient()
5456
visibility_policy = _GetVisibilityPolicy()

0 commit comments

Comments
 (0)