()
| 26 | |
| 27 | @pyfile |
| 28 | def code_to_debug(): |
| 29 | import debuggee |
| 30 | |
| 31 | debuggee.setup() |
| 32 | raise RuntimeError("unhandled error") # @raise_line |
| 33 | |
| 34 | elif exc_type == "SystemExit": |
| 35 |
nothing calls this directly
no test coverage detected
searching dependent graphs…