interrupt.sh

来自「bash debugger. You can use this tool to 」· Shell 代码 · 共 31 行

SH
31
字号
#!/usr/bin/bash# $Id: interrupt.sh.in,v 1.2 2006/12/03 22:00:48 rockyb Exp $if test -z "$srcdir"  ; then  srcdir=`pwd`fiif [[ cygwin == cygwin ]] ; then   cat ${srcdir}/interrupt.right   exit 77fi# Make sure .. has a trailing slashif [ '..' = '' ] ; then  echo "Something is wrong top_builddir is not set." exit 1fitop_builddir=..top_builddir=${top_builddir%%/}/source ${top_builddir}bashdb-trace -q -B -L ..## FIXME## _Dbg_handler INT## echo "print: " ${_Dbg_sig_print[2]}## echo "stop: " ${_Dbg_sig_stop[2]}BASHDB_QUIT_ON_QUIT=1for i in `seq 100` ; do   sleep 5done

⌨️ 快捷键说明

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