frame.cmd
来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 41 行
CMD
41 行
set trace-commands on# Test of frame commands# We also try all of the various where/backtrace variants# Do we give a valid stack listing initially?where# How about after a frame command? frame 0backwhere# How about after moving?uwheredownwhere# Try moving past the enddowhereup 2bt# Try some negative numbers# should be the same as updown -1T# Should to to least recent frameframe -1where# Let's add another stack entrycontinue hanoiwhere# Again least recent stack entryframe -1where# Most recent stack entryframe +0backtraceup 2quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?