Clarify deleteBreakpoint works for watchpoints too

Minor AX fix from owl's final review.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Simen Svale 2025-12-30 02:07:22 +01:00
parent 76a1069436
commit 8c74fb3484

View file

@ -785,7 +785,7 @@ Related tools: setWatchpoint, deleteBreakpoint, listBreakpoints`,
enabled: wp.enabled,
temporary: wp.temporary,
})),
hint: `${watchpoints.length} watchpoint(s) active. Use deleteBreakpoint(id) to remove.`,
hint: `${watchpoints.length} watchpoint(s) active. Use deleteBreakpoint(id) to remove (works for both breakpoints and watchpoints).`,
});
}
);