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

change SourceBreakpoint attribute 'expression' to 'condition'

上级 b6393b92
{
"account": "monacobuild",
"container": "debuggers",
"zip": "c8d7980/node-debug.zip",
"zip": "f1ea61a/node-debug.zip",
"output": ""
}
......@@ -500,7 +500,7 @@ declare module DebugProtocol {
/** An optional source column of the breakpoint. */
column?: number;
/** An optional expression for conditional breakpoints. */
expression?: string;
condition?: string;
}
/** Information about a Breakpoint created in the setBreakpoints request.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册