Notify the debugger that it will no longer receive events from the interpreter.
()
| 35 | |
| 36 | /** Notify the debugger that it will no longer receive events from the interpreter. */ |
| 37 | void close(); |
| 38 | } |
| 39 | |
| 40 | /** A Starlark value that can expose additional information to a debugger. */ |
no outgoing calls