⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 todo

📁 bash debugger. You can use this tool to debug bash shell script
💻
字号:
For Debian release:- GFDL or GPL for documentation?  "@DEBUGGER_START_FILE@"? if no -L and no ../lib? BUGS- option --tty and debugger command "tty" ("set inferior-tty") are  supposed to change the program's input/output, not the debugger's  (input/)output. - Source can have parameters but that doesn't appear in ARGC, ARGV.  RETURN trap should signal when leaving source'd file.- Stack trace on rare occasions can get the wrong line number. - Interrupts to program sometimes are delayed. Seems like a bash thing. Why? - Darwin compilation problem in siglist- Check that all global variables are changed via "journal"-------------------------------------NECESSARY TO DO:  - Documentation:      update sample session ?      Info for calling from inside script. Developer's handbook?FEATURES TO ADD:  0. bash should maintain a list of line numbers that one can     set breaks on.  1. perl5db actions *2. Debugger should handle errors better. (Does this need bash?)     Might be able to somehow cascade onto existing Error routine.     Same might be done with SIGDEBUG.  3. "finish" or "return" where frame has been changed from top.   Gdb commands that could be added:     backtrace -n    set history filename    set history name    set history size    ignoreFUTURE: *More support in bash: list of valid line numbers *Rewrite so debugger lives outside of process   - will not be subject to subshell environment discards.    - will have its own global state, but it needs to have access to debugger     environment    - will support remote debugging*=Things that bash might help out with.-------------------------------------$Id: TODO,v 1.3 2007/05/07 02:42:52 rockyb Exp $

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -