readme.bferc
来自「给予GTK开发的调试工具」· BFERC 代码 · 共 60 行
BFERC
60 行
.bferc file examples----------------------------------------------------------------Any text outside brackets {} is considered a comment.All symbols must be surrounded by whitespace, {history 100} is not valid.{ LIST name base nr_elements_in_list field_1_name field_size_in_bytes field_2_name field_size_in_bytes ...}{ LIST foo 0x01000 512 bar 4 baz 4}{ STRUCT name base field_1_name field_size_in_bytes field_2_name field_size_in_bytes ...}{ STRUCT foo 0x01000 bar 4 baz 4}{ STACK entries_above_esp entries_below_esp }{ STACK 10 20 }{ HISTORY max_lines }{ HISTORY 50 }{ TABS position }{ TABS 0 }0 = bottom, 1 = top, 2 = left and 3 = right{ RELOAD breakpoints watchpoints }{ RELOAD 1 1 }0 = don't reload, 1 = reload (when restarting bochs)to add blank lines, set the value_name to "\\" and the size to 0{ STRUCT foo 0x01000 3 bar 4 \\ 0 baz 4}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?