eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

How launch this UI #50

Closed dickensas closed 3 years ago

dickensas commented 4 years ago

How launch this UI I have installed Eclipse 2020-06
Via marketplace I have installed ShellWax</br/> Eclipse reboots

Then I don't see any option or perspective or view or new project window -- to work on this plugin

In the installation history I see
ShellWax 1.0.0.20200713-2005

Is there any screenshot based Guide to launch and connect to remote SSH server?

akurtakov commented 4 years ago

Just double click on a *.sh file in eclipse project explorer. Regarding editing remote files https://marketplace.eclipse.org/content/remote-system-explorer-ssh-telnet-ftp-and-dstore-protocols might help you but I'm not sure how supported it is lately.

dickensas commented 4 years ago

Remote System Explorer is working fine and shows the file, But script is not running, no errors, it just starting to execute and goes for ever, with no output

If it is a local file in an eclipse project then it works fine

Is it really possible to execute a shell script on the target machine and get the output using this plugin? Any guide or screenshot would be very useful

akurtakov commented 3 years ago

We don't provide any way to do remote launch for now.

dickensas commented 3 years ago

ok, I got it, I switched to "VS Code" bashdb plugin, perfect breakpoint debug for shell scripts