Skip to content

Commit

Permalink
Minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Nov 1, 2024
1 parent 3e4eca3 commit 3c47bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ widget. We can manage them using backend commands directly.
- `breakpoint enable n`: enable the nth breakpoint


### View Registers Wider than 8 Bytes
### Viewing Registers Wider than 8 Bytes

Right now the debugger uses an `uint64_t` to represent a register value, and value wider than that is truncated. Until
we have a proper fix for it, one can run a backend command to view the register value directly.
Expand Down

0 comments on commit 3c47bde

Please sign in to comment.