View source
typedef ExceptionDetails
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Detailed information about an exception that has occurred.
Fields
optionalinnerException:Null<Array<ExceptionDetails>>
Details of the exception contained by this exception, if any.
optionalevaluateName:Null<String>
Optional expression that can be evaluated in the current scope to obtain the exception object.