docs(gdb): update info style usage for new CLI interface

This commit is contained in:
Benign X
2026-02-28 16:26:00 +08:00
committed by Neo Xu
parent bc1ac063b1
commit 1a0f959c03
2 changed files with 28 additions and 16 deletions
+6
View File
@@ -17,6 +17,12 @@ py import lvglgdb
dump obj
dump cache image
dump cache image_header
# Inspect a single lv_style_t variable
info style my_style
# Inspect all styles of an lv_obj_t
info style --obj my_obj
```
# Structure