From: R. B. <ro...@pa...> - 2006-07-16 21:46:43
|
There have been a number of small put important changes. Basically working on extending the Python debugger has helped this project out and I've tried to make the code bases be more alike. If folks can try out what's on CVS that'd be great. If there's interest in making a candidate tarball, let me know. Here's what I have in the NEWS file: - Add gdb 'commands' command: runs debugger commands at a specified breakpoint - Add gdb 'info program'. (Shows program status) - Add ability to invoke from inside a running program rather than at the outset (set_trace) - Add a better line tracing: * shows bash nesting, * bash subshell nesting * function nesting * source line preserving initial indentation - Add line tracing command-line option in bashdb: -X, and long option --trace - add ability to turn on and off line tracing from inside a program - Revise sample sessions in bashdb document - Sourcing a debugger command file now prints the command before executing it. - Executing a string (option -c or --command) shows the command to be run in the call stack. - Attempt to get documentation on GNU Emacs section in order. Describe bashdbtrack. |