The Plugin provides the ability to debug beanshell scripts inside jEdit. Discussion in jEdit forum https://sourceforge.net/p/jedit/patches/576/
Copy the jEdit_plugin_jar/bshdebugger.jar file to the jEdit jars folder.
- Open your bsh file
- Set a breakpoint via editor context menu "Toggle Beanshell Breakpoint" or plugin menu "Plugins->Beanshell Debugger->Toggle Beanshell Breakpoint"
- Open Beanshell Debug view via plugin menu "Plugins->Beanshell Debugger->Open Beanshell Debug view"
- run your beanshell macro and enjoy debugging ...
- debugging only on method block level supported
- only simple step implemented; step over, step out missing