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:
parent
76a1069436
commit
8c74fb3484
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ Related tools: setWatchpoint, deleteBreakpoint, listBreakpoints`,
|
||||||
enabled: wp.enabled,
|
enabled: wp.enabled,
|
||||||
temporary: wp.temporary,
|
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).`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue