📄 t32.cmm
字号:
;Default startup program for TRACE32
;
;This startup program can be modified according to your needs.
;choose hex mode for input
radix hex
;Add some extra buttons to the toolbar
menu.rp
(
add
toolbar
(
separator
toolitem "Source/List" "list" "Data.List"
toolitem "Memory Dump" "dump" "Data.dump"
toolitem "Register" "reg" "Register /SpotLight"
separator
toolitem "Watch" ":var" "Var.Watch"
toolitem "Stack" ":varframe" "Var.Frame /l /c"
toolitem "Automatic Watch" ":varref" "Var.Ref"
separator
toolitem "List Breakpoints" "break" "Break.List"
toolitem "List Symbols" "symbols" "sYmbol.Browse"
separator
toolitem "Target Settings" ":config" "system"
)
)
;Select CPU type
system.cpu arm720t
;Recall and Define History File
autostore , history
enddo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -