Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ cli
Method
cli
tests/debug/targets.py:188–189 ·
view source on GitHub ↗
(self, env)
Source
from the content-addressed store, hash-verified
186
session.config[
"args"
] = self.args
187
188
def
cli(self, env):
189
return
[
"-c"
, self.code] + self.argslist
190
191
@property
192
def
co_filename(self):
Callers
4
launch
Function · 0.45
attach_pid
Function · 0.45
attach_connect
Function · 0.45
attach_listen
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected