eclipse-bash-editor icon indicating copy to clipboard operation
eclipse-bash-editor copied to clipboard

Launch doesn't work

Open oss-linux-etc opened this issue 1 year ago • 2 comments

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?

oss-linux-etc avatar Dec 01 '24 05:12 oss-linux-etc

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

de-jcup avatar Sep 24 '25 20:09 de-jcup

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.

de-jcup avatar Sep 24 '25 20:09 de-jcup