diff --git a/src/index.ts b/src/index.ts index ae5c77b..51a4c15 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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).`, }); } );