eclipse-bash-editor
eclipse-bash-editor copied to clipboard
Launch doesn't work
This is with default settings.
bash: line 1: cd: too many arguments
bash: line 1: ./backup: No such file or directory
Exit code=127
Press enter to continue...
Is there any documentation how to use launch and run configurations?
When you started a script in "run" or "debug" mode it is available as a new launch configuration - standard eclipse behavior.
Just Open "Run->Run configurations" and search for the created configurations.
Additional information can be found at https://github.com/de-jcup/eclipse-bash-editor/wiki/Debugger#automatical-launch-in-terminal
By the way: I think the bash output is from your script - you should try to call the script directly from a terminal and check if the problem exists.