From 3c47bde7f9f2f15c808fb5d780357a46166e76da Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 1 Nov 2024 14:37:14 +0800 Subject: [PATCH] Minor grammar fix --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 958a834..093c32d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -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.