stopDebuggingAsync

fun stopDebuggingAsync(session: DebugSession = definedExternally): PromiseLike<Void?>(source)

Stop the given debug session or stop all debug sessions if session is omitted.

Parameters

session

The debug session to stop; if omitted all sessions are stopped.