customRequest

abstract fun customRequest(command: String, args: JsAny? = definedExternally): PromiseLike<JsAny?>(source)

Send a custom request to the debug adapter.

Online Documentation