New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

dbg_data_breakpoints

Set (replace) data breakpoints — 'watchpoints' that halt when a variable's value changes (DAP dataBreakpointInfo + setDataBreakpoints). Pass watch as a list of { name, variables_ref?, access_type? }: each name is resolved to a dataId via dataBreakpointInfo, then every resolvable id is armed in on...

SERVERBreakpoint SOURCEbreakpoint-mcp
High RISK CLASS
Category Execute
Parameters 10 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/breakpoint-mcp/dbg-data-breakpoints.md

What dbg_data_breakpoints does on Breakpoint

AI agents invoke dbg_data_breakpoints to trigger actions in Breakpoint. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
watch array Variables to watch; omit or [] to clear all data breakpoints

Parameters from the server's own tool schema.

Why dbg_data_breakpoints is rated High

This tool configures watchpoints/data breakpoints in an active debug session that cause execution to halt when variables change. It actively interferes with a running process's execution flow, which qualifies as Execute. Misuse could disrupt debugging sessions, cause programs to halt unexpectedly, or interfere with production debug sessions if accessible.

From the tool's definition halt when a variable's value changes (DAP dataBreakpointInfo + setDataBreakpoints) ... arms breakpoints in a running debug session ... Requires a running session

Risk signalsBulk/mass operation — affects multiple targets

Questions about dbg_data_breakpoints

What does the dbg_data_breakpoints tool do? +

Set (replace) data breakpoints — 'watchpoints' that halt when a variable's value changes (DAP dataBreakpointInfo + setDataBreakpoints). Pass watch as a list of { name, variables_ref?, access_type? }: each name is resolved to a dataId via dataBreakpointInfo, then every resolvable id is armed in one setDataBreakpoints call. Call with no watch (or []) to clear all data breakpoints. The result reports the armed breakpoints (each with its resolved data_id and verified flag) and any unresolved variables the adapter cannot watch. Requires a running session; NOT gated (it only configures the debugger). Feature-detected: on an adapter that does not advertise supportsDataBreakpoints it returns a clear "unsupported" message without sending any request. It is categorised as a Execute tool in the Breakpoint MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does dbg_data_breakpoints accept? +

dbg_data_breakpoints accepts 1 parameter: watch. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on dbg_data_breakpoints? +

Register the Breakpoint MCP server in PolicyLayer and add a rule for dbg_data_breakpoints: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Breakpoint. Nothing to install.

What risk level is dbg_data_breakpoints? +

dbg_data_breakpoints is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit dbg_data_breakpoints? +

Yes. Add a rate_limit block to the dbg_data_breakpoints rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block dbg_data_breakpoints completely? +

Set action: deny in the PolicyLayer policy for dbg_data_breakpoints. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides dbg_data_breakpoints? +

dbg_data_breakpoints is provided by the Breakpoint MCP server (breakpoint-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Breakpoint, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Breakpoint's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.