Debugging bash scripts on command line is complicated.
Is there a good GUI based debugger available for debugging bash scripts?
Debugging bash scripts on command line is complicated. Is there a good GUI based debugger available for debugging bash scripts? |
|||
|
If you are a GNU Emacs user, you can use the emacs-package realgud. |
|||
|
Download ShellEd eclipse plugin (update site didn't work for me) which allows editing bash scripts. Install this via Download basheclipse and extract the contents to your eclipse Restart eclipse. Create a new Eclipse project Add a file
Add Go to Then click Go to Set a breakpoint in the script. For some reason the right click menu does not show the option to set the breakpoint but Run the script Now you can step through the code and analyze the variables:
|
|||||
|