提交 3df32b6d 编写于 作者: A Andre Weinand

DAP: add presentationHint attribute to StackFrame

上级 f7325115
......@@ -1116,6 +1116,8 @@ declare module DebugProtocol {
endColumn?: number;
/** The module associated with this frame, if any. */
moduleId?: number | string;
/** An optional hint for how to present this frame in the UI. A value of 'label' can be used to indicate that the frame is an artificial frame that is used as a visual label or separator. */
presentationHint?: 'normal' | 'label';
}
/** A Scope is a named container for variables. Optionally a scope can map to a source or a range within a source. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册