View source
typedef RestartFrameResponse
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Response to 'restartFrame' request. This is just an acknowledgement, so no body field is required.
Alias
alias for
vscode.debugProtocol.Response<{}>