Next: Command Display, Previous: Editing, Up: Controlling bashdb [Contents][Index]
If you need to debug user-defined commands or sourced files you may find it useful to enable command tracing. In this mode each command will be printed as it is executed, prefixed with one or more ‘+’ symbols, the quantity denoting the call depth of each command.
set trace-commands onEnable command tracing.
set trace-commands offDisable command tracing.
show trace-commandsDisplay the current state of command tracing.