onWillReceiveMessage

abstract var onWillReceiveMessage: (message: JsAny?) -> Unit?(source)

The debug adapter is about to receive a Debug Adapter Protocol message from the editor.

Online Documentation