Skip to content

Commit

Permalink
Also mention watchpoints next to hardware breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Nov 7, 2024
1 parent f0b354a commit 61857b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 61857b0

Please sign in to comment.