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

Method open_backchannel

tests/debug/session.py:330–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

328 return "subProcessId" in self.config
329
330 def open_backchannel(self):
331 assert self.backchannel is None
332 self.backchannel = comms.BackChannel(self)
333 self.backchannel.listen()
334 return self.backchannel
335
336 def _init_log_dir(self):
337 if self.log_dir is None:

Callers 15

test_with_path_mappingsFunction · 0.80
test_set_variableFunction · 0.80
test_set_expressionFunction · 0.80
test_stop_on_entryFunction · 0.80
test_argsFunction · 0.80
test_shell_expansionFunction · 0.80
test_env_replace_varFunction · 0.80

Calls 1

listenMethod · 0.80

Tested by 15

test_with_path_mappingsFunction · 0.64
test_set_variableFunction · 0.64
test_set_expressionFunction · 0.64
test_stop_on_entryFunction · 0.64
test_argsFunction · 0.64
test_shell_expansionFunction · 0.64
test_env_replace_varFunction · 0.64