Debugging Bash scripts with BashSupport Pro
BashSupport Pro adds a debugger for Bash 4 and Bash 5 scripts. It’s using bashdb internally. It integrates many of the available functionality with the debugger interface of your IDE.
This page provides an overview of the debugger. Please refer to the sub–sections for a more detailed documentation of the debugging functionality.
Bash v5 and v4 on macOS, Linux, and Windows.
- Breakpoints
- Pause & Resume
- Step over & Step into
- Force step over
- Run to cursor
- Regular breakpoints
- Conditional breakpoints
- Temporary breakpoints
- Displays arguments for functions and scripts in the call stack
- Variables view with support for array, integer, and string types
- Evaluate expression