list.cmd
来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 53 行
CMD
53 行
set trace-commands on# Test of debugger 'list' command#### List default locationlist ### Should list next set of linesl## Should not see anything since we ran off the top# list 999############################################################ 'list file:line' and canonicalization of filenames...list ./dbg-test1.sh:1list ../test/dbg-test1.sh:20list dbg-test1.sh:30list ./dbg-test1.sh:999list ./badfile:1#########################################################set trace-commands on### list of functions...list fn1list bogus############################################################ Testing window command..."window ### Testing '.'l . # # Should see lines up to current execution line.### Trying '-'...-### Testing set/show listsizeshow listsize### Setting listsize to 3...set listsize 3l 10### Window command...wp "- command..."-### Setting listsize to 4...set listsize 4show listsizel 10### Window command...w### '-' command...-#<-This comment doesn't have a space after #the initial `#'quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?