From 61857b034e57a74905b7693ab20618700d1426d6 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 7 Nov 2024 12:44:46 +0800 Subject: [PATCH] Also mention watchpoints next to hardware breakpoints --- docs/guide/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 072c651..007766d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -418,11 +418,11 @@ API. For example, this will return all loaded modules (for LLDB adapter): dbg.execute_backend_command('image list') ``` -### Hardware Breakpoints +### Hardware Breakpoints/Watchpoints -Hardware breakpoint is very useful and we plan to add better support for it soon. It is tracked by this -[issue](https://github.com/Vector35/debugger/issues/53). For now, we can run a backend command directly to set -hardware breakpoints. +Hardware breakpoints and watchpoints are very useful and we plan to add better support for it soon. It is tracked by +this [issue](https://github.com/Vector35/debugger/issues/53). For now, we can run a backend command directly to set +hardware breakpoints/watchpoints. #### WinDbg/DbgEng