Create a new function breakpoint.
The unique ID of the breakpoint.
Is breakpoint enabled.
An optional expression for conditional breakpoints.
An optional expression that controls how many hits of the breakpoint are ignored.
An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
The name of the function to which this breakpoint is attached.
VS Code 插件开发中文文档 | VS Code 中文文档 | 官网文档
Generated by TypeDoc
A breakpoint specified by a function name.