shell, python, and GNU make debuggers
betaDescription
We have debuggers for bash, python, zsh, ksh, GNU make 3.81 and Python. In the patched sources for Make, we provide better error handling and tracing. GNU Emacs support is included for all debuggers.
Categories
License
Update Notifications
User Ratings
User Reviews
-
I need help I can't use bashdb Compile: config.status: executing libtool commands /bin/rm: cannot remove `libtoolT': No such file or directory I reading and I foud "path" for other program with this bug: AC_PATH_PROG(RM, rm, /bin/rm) +dnl libtool want 'rm -f' +RM="$RM -f" I need to change throughout the program rm or only just in the config ?