bug-source.cmd
来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 12 行
CMD
12 行
set trace-commands on# Test to see that we read in files that mentioned in breakpoints# but we don't step into.continue 34# It is important to "next" rather than "step"next# The following breakpoint should cause # a file to get read in.break sourced_fninfo filesquit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?