Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
DebugAdapterTracker
/
onExit
on
Exit
abstract
var
onExit
:
(
code
:
Int
?
,
signal
:
String
?
)
->
Unit
?
(
source
)
The debug adapter has exited with the given exit code or signal.
Online Documentation