Skip to main content
Glama

remove_breakpoint

Remove a breakpoint from a JavaScript debugging session by specifying its ID. This action stops code execution from pausing at that location during debugging.

Instructions

Removes a previously set breakpoint. Use list_breakpoints to find breakpoint IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesID of the debugging session.
breakpoint_idYesID of the breakpoint to remove. Obtain this from set_breakpoint or list_breakpoints.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johngrimes/mcp-js-debugger'

If you have feedback or need assistance with the MCP directory API, please join our Discord server