From: R. B. <ro...@pa...> - 2004-11-09 12:22:56
|
I now have made the changes in CVS so that the debugger works for bash 3.0. There is one patch I had to make to get BASH_COMMAND - the last command before the statement would work and this patch is needed to correct that. I also made changes to the regression test correct output. For reasons I don't understand, the command parameters don't appear to be saved on the call stack as they did before. The arguments do get saved when invoking "bash --debugger" though. If someone can figure out why the difference and fix, I'd appreciate it. Otherwise I guess we live with the slight backslide. (In my opinion, programming and debugging in POSIX shell and bash in particular is a bit of a backslide anyway.) After waiting for a reasonable amount of time, unless folks find problems, I'll release this. A candidate tarball can be obtained at http://bashdb.sourceforge.net/bashdb-3.00-0.01cvs.tar.gz |