Changelog of BashSupport Pro 3.3.5
An annotated list of all changes of the 3.x major version is available in the release announcement.
General
- Fixed Exception
Project is already disposed
.
Run Configurations
- Fixed Exception
Slow operations are prohibited on EDT
when line markers were shown for shell script files. This was only happening with 2023.3 beta. - Fixed Exception
Slow operations are prohibited on EDT
while debugging shell scripts with 2023.3 beta.
Debugger
- Fixed A custom binding of
Control-j
in a user’s.inputrc
file broke bashdb, e.g. withControl-j: menu-complete
. In such a case the messageConnecting to bashdb...
was always shown and debugging did not work. This bug has been fixed now and modifications to.inputrc
are not needed.