sig.cmd
来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 26 行
CMD
26 行
set trace-commands on# Test that debugged program's signals are saved and restored across# debug calls.### Testing that we have our signal set up...info signals### Testing handle command...handle TERM nostackhandle foohandle 1000handle TERM bogus eval kill -TERM $$### Should not have printed a stack trace above...handle TERM noprinthandle TERM stackhandle INT nostopeval kill -TERM $$info signalscontinue### Should have printed a stack trace above...continuewherecontinuekilly
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?