On 10/12/15 4:16 PM, Nicholas Bamber wrote:
> My investigations indicate that it is still true that as per Debian bug
> report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403304)
> --debugger does NOT start the debugger UNLESS the debugged script has a $1.
We discussed this in a thread on b
My investigations indicate that it is still true that as per Debian bug
report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403304)
--debugger does NOT start the debugger UNLESS the debugged script has a
$1. For example
/bin/bash --debugger -- ~/scripts/ex1.sh
will just run the script