From: R. B. <ro...@pa...> - 2002-10-21 14:47:47
|
Masatake YAMATO writes: > (We should use the name of commands: configure, autogen.sh, libtool to > advertise bashdb. These are too big sh scripts to debug bashdb.) Yes, debugging many configure or autogen.sh or libtool scripts would really get lots of bugs out of bashdb. The debugger could stand a lot of debugging itself. > > When I run bashdb with targeting autogen.sh attached to this mail, > bashdb didn't show its prompt. Is this known problem? I wasn't aware of the problem before you gave this example. > (autogen.sh:4): > 4: (autofig --version) < /dev/null > /dev/null 2>&1 || { ^^^^^^^^^^^ The problem seems to be the output redirect above. Don't know how to fix right now, perhaps someone else has a suggestion. The problem is probably somewhere in bashdb-sig.inc the call to _bashdb_print_source_line or _bashdb_print_source_line in bashdb-list.inc. |