inspector.close()
停用检查器。阻塞直到没有活动连接。
¥Deactivate the inspector. Blocks until there are no active connections.
使用 Session
时,控制台 API 输出的对象不会被释放,除非我们手动执行 Runtime.DiscardConsoleEntries
命令。
¥When using Session
, the object outputted by the console API will not be
released, unless we performed manually Runtime.DiscardConsoleEntries
command.