Manage breakpoints in a debug session
/plugin marketplace add bherbruck/mcp-debugger/plugin install mcp-debugger@mcp-debugger# Breakpoint Management Managing breakpoints: **$ARGUMENTS.action** ## Actions ### Add a Breakpoint If action is "add": 1. Ensure there's an active debug session 2. Use `set_breakpoint` with the file and line 3. If a condition was provided, include it as a conditional breakpoint 4. Report whether the breakpoint was verified ### Remove a Breakpoint If action is "remove": 1. Use `remove_breakpoint` with the file and line 2. Confirm removal ### List All Breakpoints If action is "list": 1. Use `list_breakpoints` to get all breakpoints 2. Display them in a clear table format: - File path...