MCPcopy Create free account
hub / github.com/microsoft/debugpy / configure

Method configure

tests/debug/targets.py:184–186  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

182 return f"code: {json.repr(lines)}"
183
184 def configure(self, session):
185 session.config["code"] = self.code
186 session.config["args"] = self.args
187
188 def cli(self, env):
189 return ["-c", self.code] + self.argslist

Callers 5

start_debuggingFunction · 0.45
launchFunction · 0.45
_attach_common_configFunction · 0.45
code_to_debugFunction · 0.45
app.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

code_to_debugFunction · 0.36