canRestart property
Indicates whether this frame can be restarted with the restartFrame
request. Clients should only use this if the debug adapter supports the
restart
request and the corresponding capability supportsRestartFrame
is true. If a debug adapter has this capability, then canRestart
defaults to true
if the property is absent.
Implementation
final bool? canRestart;