eclipse-packaging / packages

Eclipse IDE product definitions.
Eclipse Public License 2.0
4 stars 11 forks source link

Stop button missing from menubar in Eclipse 2023 IDE #78

Closed bpacilio59 closed 10 months ago

bpacilio59 commented 10 months ago

I have looked in the forums and the internet. I upgraded my Eclipse to the 2023 IDE and the new interface does not have the stop button on the menubar and I can not find any way to stop a program that I started short of re-starting Eclipse (my prgram does not have and exit button of it's own). I have already tried going to Windows->perspective->customize->launch and also reset. The stop button is not in the launch selections.

jonahgraham commented 10 months ago

My quick guess is you need to be in the "Debug" perspective or open the "Console" view

If that isn't the correct solution, can you provide more details, e.g. a screenshot of what you are seeing and perhaps which version and flavour of Eclipse IDE you are using (for Java Developers, for C/C++ Developers, etc).

e.g. this is what I see when running a program in Eclipse IDE for Java Developers 2023-09 in the Java perspective:

image

And here is what I see when I change to the Debug perspective:

image

Note that without the process selected on the left hand side (Debug view) the stop button in the main toolbar is disabled:

image

bpacilio59 commented 10 months ago

That was it. I have been using the older IDE and it had the stop button on the menubar. Thanks

On Tuesday, November 7, 2023 at 10:28:36 AM EST, Jonah Graham ***@***.***> wrote:  

My quick guess is you need to be in the "Debug" perspective or open the "Console" view

If that isn't the correct solution, can you provide more details, e.g. a screenshot of what you are seeing and perhaps which version and flavour of Eclipse IDE you are using (for Java Developers, for C/C++ Developers, etc).

e.g. this is what I see when running a program in Eclipse IDE for Java Developers 2023-09 in the Java perspective:

And here is what I see when I change to the Debug perspective:

Note that without the process selected on the left hand side (Debug view) the stop button in the main toolbar is disabled:

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

jonahgraham commented 10 months ago

Thanks @bpacilio59 for taking the time to confirm your issue has been resolved.