MCPcopy 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

launchFunction · 0.45
attach_pidFunction · 0.45
attach_connectFunction · 0.45
attach_listenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected