GoClipse / goclipse

Eclipse IDE for the Go programming language:
http://goclipse.github.io/
Eclipse Public License 1.0
841 stars 290 forks source link

Debug with arguments is not work in GoClipse. #235

Open mosuka opened 7 years ago

mosuka commented 7 years ago

Specifying the -v option does not work as expected. Is debugging with arguments work in GoClipse? I can not stop line 17 in following source code. How should I set arguments to program?

screen shot 2017-01-03 at 14 44 41 screen shot 2017-01-03 at 14 49 15

Of cource, I can execute this program built by myself with arguments.

screen shot 2017-01-03 at 14 56 42
bruno-medeiros commented 7 years ago

I tried this code - https://play.golang.org/p/44uyYt_TRl - just to test it out, and it works.

If you try a Run launch in Eclipse (not Debug), does it work? Is just the Debug launch that has an issue?