From: R. B. <ro...@pa...> - 2005-12-14 05:35:12
|
Occasionally, I need use the bash debugger at work via (probably) the only GNU/Linux RPM that's available - SuSE Packman. However there have been a couple of installation bugs in the current release that have made installation not automatic, and thus a little annoying. With progress in the GNU Make debugger, I was able to use that to delve into the Makefile and figure out the hackery that is needed to get a stock Bash 3.00 find installation paths the debugger. (In particular, I used the make debugger's "write" command to create a script and then bashdb to debug that). As usual, I've put a candidate tarball at http://bashdb.sourceforge.net/bashdb-3.00-0.03cvs.tar.gz Barring objections, it will become a release in a reasonable amount of time. Thanks. |