Bug#403304: bashdb: bash --debugger doesn't start the debugger

2014-04-24 Thread Stéphane Aulery
Upstream comments: This is a common installation problem where the bash executable points to a place different than bashdb is installed. Basically you want to run strings `which bash` | grep bashdb and make sure that file points to the installed dbg-main.inc http://sourceforge.net/p/bashdb/bugs/

Bug#403304: bashdb: bash --debugger doesn't start the debugger

2006-12-18 Thread Oleksandr Moskalenko
* Lionel Elie Mamane <[EMAIL PROTECTED]> [2006-12-16 06:04:59 +0100]: > Package: bashdb > Version: 3.1.0.7-1 > Severity: normal > > The documentation says: > > There are in fact two other ways to start the BASH debugger. The first > way is to pass the `--debugger' option to bash with the name

Bug#403304: bashdb: bash --debugger doesn't start the debugger

2006-12-15 Thread Lionel Elie Mamane
Package: bashdb Version: 3.1.0.7-1 Severity: normal The documentation says: There are in fact two other ways to start the BASH debugger. The first way is to pass the `--debugger' option to bash with the name of your script the scripts arguments following that, (...) bash --debugger script s