提交 93f62529 编写于 作者: A Andre Weinand

update DAP

上级 49d5cc6e
......@@ -988,6 +988,8 @@ declare module DebugProtocol {
supportsExceptionInfoRequest?: boolean;
/** The debug adapter supports the 'terminateDebuggee' attribute on the 'disconnect' request. */
supportTerminateDebuggee?: boolean;
/** The debug adapter supports the delayed loading of parts of the stack, which requires that both the 'startFrame' and 'levels' arguments and the 'totalFrames' result of the 'StackTrace' request are supported. */
supportsDelayedStackTraceLoading?: boolean;
}
/** An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are dealt with. */
......@@ -1305,6 +1307,8 @@ declare module DebugProtocol {
line?: boolean;
/** Displays the module of the stack frame. */
module?: boolean;
/** Includes all stack frames, including those the debug adapter might otherwise hide. */
includeAll?: boolean;
}
/** An ExceptionOptions assigns configuration options to a set of exceptions. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册