MCPcopy Create free account
hub / github.com/Snapchat/Valdi / removeBreakpoint

Method removeBreakpoint

valdi/vscode_debugger/src/cdp/api.d.ts:4100–4100  ·  view source on GitHub ↗

* Removes JavaScript breakpoint.

(
      params: Debugger.RemoveBreakpointParams,
    )

Source from the content-addressed store, hash-verified

4098 * Removes JavaScript breakpoint.
4099 */
4100 removeBreakpoint(
4101 params: Debugger.RemoveBreakpointParams,
4102 ): Promise<Debugger.RemoveBreakpointResult | undefined>;
4103

Callers 3

_setAnyFunction · 0.80
removeCdpBreakpointFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected