()
| 15 | def test_stop_on_entry(pyfile, run, target, breakpoint): |
| 16 | @pyfile |
| 17 | def code_to_debug(): |
| 18 | from debuggee import backchannel # @bp |
| 19 | |
| 20 | backchannel.send("done") |
| 21 | |
| 22 | with debug.Session() as session: |
| 23 | session.config["stopOnEntry"] = True |
nothing calls this directly
no test coverage detected
searching dependent graphs…