From: R. B. <ro...@pa...> - 2006-07-22 01:22:32
|
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. >From the NEWS: - runs debugger commands at a specified breakpoint gdb 'commands' command: - 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. - Go over documentation yet again. |