Lost all my Debug configuration switching branch
Hello,
some info :
Go 1.13
JetBrain Goland 2019.2.2
I m working since 3 month with goland without any issues with different git branch (using the debug configuration and the windows service tool) which was great :-). ! really Great!
Nevertheless since last week we decide to move from dep to go.mod (vgo) and the nightmare start. After going to my new branch I decide to use the vgo Mod and since .... lost all my configuration debug ? no way to recover it even if I go back without the vgo and to my other branch (the one with dep) I can't see them...
Furthermore I do not have anymore also the service tool !!! Build in goland is ok, Run tabs show that my micro service is running but no more windows service .... I try the shortcut of course, try to find it on "view/Tool Windows" but also there is no service ...
hope you can help me
Best regards
Please sign in to leave a comment.
Hi Xavier,
sorry for inconvenience. You said that you can run you application from GoLand. This means that the `Run` action (Control-Shift-F10) should show run configurations for you app. What happens if you debug the selected run configuration?