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

Method request_continue

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

Source from the content-addressed store, hash-verified

806 return self._request_start("attach")
807
808 def request_continue(self):
809 self.request("continue", freeze=False)
810
811 def set_breakpoints(self, path, lines):
812 """Sets breakpoints in the specified file, and returns the list of all the

Callers 15

test_with_no_outputFunction · 0.80
test_with_tab_in_outputFunction · 0.80
test_redirect_outputFunction · 0.80
test_non_ascii_outputFunction · 0.80
test_pythonw_outputFunction · 0.80
test_with_path_mappingsFunction · 0.80
test_stack_formatFunction · 0.80
test_module_eventsFunction · 0.80
test_path_with_ampersandFunction · 0.80
test_path_with_unicodeFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by 15

test_with_no_outputFunction · 0.64
test_with_tab_in_outputFunction · 0.64
test_redirect_outputFunction · 0.64
test_non_ascii_outputFunction · 0.64
test_pythonw_outputFunction · 0.64
test_with_path_mappingsFunction · 0.64
test_stack_formatFunction · 0.64
test_module_eventsFunction · 0.64
test_path_with_ampersandFunction · 0.64
test_path_with_unicodeFunction · 0.64