Closed jansorg closed 1 year ago
Tested with HEAD of zshdb.
With this script test.sh:
test.sh
echo hello world exit 12
and these zshdb commands (step twice):
step
# zshdb --no-highlight --quiet ./test.sh (/home/jansorg/test.sh:1): echo hello zshdb<0> step hello (/home/jansorg/test.sh:2): exit 12 zshdb<1> step
the session and zshdb is terminated, but IMHO it should print a message similar to bashdb (Debugged program terminated with code 12. Use q to quit or R to restart.)
Debugged program terminated with code 12. Use q to quit or R to restart.
Makes sense. I can add that when I get a chance.
Tested with HEAD of zshdb.
With this script
test.sh
:and these zshdb commands (
step
twice):the session and zshdb is terminated, but IMHO it should print a message similar to bashdb (
Debugged program terminated with code 12. Use q to quit or R to restart.
)