MCPcopy Index your code
hub / github.com/python/cpython / clear_all_file_breaks

Method clear_all_file_breaks

Lib/idlelib/debugger_r.py:339–341  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

337 return msg
338
339 def clear_all_file_breaks(self, filename):
340 msg = self.call("clear_all_file_breaks", filename)
341 return msg
342
343def start_remote_debugger(rpcclt, pyshell):
344 """Start the subprocess debugger, initialize the debugger GUI and RPC link

Callers 2

clear_file_breaksMethod · 0.45
clear_all_file_breaksMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected