How to stop project that is already running - eclipse

It says app is already running, but I see no big red button to stop it. I'm assuming it the 'Terminate' button. Its greyed out.
EDIT:
screenshot after I reopened eclipse and hit big green arrow(RUN)
And after it ran:
no red button while it was running.

Its a while since I used eclipse, but I believe you can right click on the elements in the debug window and choose terminate from there.
There is a screen shot in my answer to a similar question which might help

Try right clicking on the debug launches name in the debug view and selecting 'Terminate and Disconnect'.
Is that available for selection in your state (it should be).

Related

Error: Not applicable for the "main.dart" configuration

I cannot run my code on any emulator in Android studio... I have been despritely trying to solve this issue. the section is greyed out at the top and when I press play nothing happens. Any suggestions? Btw I have tried almost everything i've seen on the internet for this issue, I assume it has to do with [Run > edit configurations]
click here for reference image
Next time on opening studio click on the dropdown devic menu on the left side of "main.dart" then click on your emulator. If your emulator doesn't show up then click "refresh" and then click on yur AVD in the drop down.
After that click on the green play button then wait for a while for it to compile.
Hope this helps you, if you still don't understand drop a comment I'll send images.

Cant find debug toolbar in vs code

using latest version of vs code, i cant see the debug toolbar.
Version: 1.66.2
i've tried changing it in the settings from floating to docked to hidden and back to floating, restarted the program and i still cant see it.
You should press this combination of key : CTRL+Shift+Y
I think ive sorted it. the toolbar only appears if debugging is in process. it disappears when it has stopped. I thought it stayed there all the time.
For whoever still struggles with the problem, the problem for me was that the "Run and Debug" menu was unchecked for some reason.
Right-click on the menu bar and check it.
Right Click on Menu bar

Is there a way right click on chrome to bring up the context menu when the debugger is stopped on a breakpoint?

Sorry if this is not the right place to ask. I looked around and stackoverflow made the most sense to me. Plus it is a question that can be answered.
The specific task that I want to accomplish is I am working on an app in nw.js (it's like electron). To reload the app I right click on the page and the usual context menu comes up (the one with "inspect") and there is an option to reload the page.
When the debugger is stopped on a breakpoint that context menu doesn't show up. So in order to reload the app I have to move the mouse somewhere on the screen to close dev tools and then mouse back to the window to reload it. It makes working so much more tedious and while it only takes a moment it feels like an eternity.
Are there any flags in chrome or plugins or nw.js settings that will save me from doing this 763,000 times a day?

Eclipse Debug View pops up on a breakpoint in full screen mode

I just got Eclipse Kepler a couple of days ago - pretty nice! Unfortunately the Debug view gets focused while encountering a break point in full screen mode. Afterwards I need to click somewhere to make it disappear.
I made a screen shot:
Can this be customized? I wasn't able to find anything in the preferences. I also had the same issue with the Console view but these two nice buttons made it work.
Thank you!
Yes, you can disable using a setting, from eclipse Window-> Preferences -> Run/Debug -> uncheck Activate the debug view when a breakpoint is hit.

Console disappear in Eclipse Juno

I am using Eclipse Juno. I was working in Java perspective and suddenly I minimized the console. I don't know where it went but I am unable to get it back. I even tried to get it from Windows>Show View>Console but I didn't get my console back.
It happened the same thing to me. Just click Window->Reset Perspective and everything will be back as it was when you installed eclipse.
Sure you'll have to customize it back to how you like it, but at least you'll have the console back.
If console is not visible, just search for "Console" in QuickAccess box on the right hand top of menu bar. you can get it back!
Stupid Eclipse. Are there no interface designers volunteering on this project? Why minimize something and make it hard to see where to bring it back? Probably all you have to do is hit Shift-Control-Tab-F9 with one hand while right-double-clicking the lower left hand corner. Hmm, how about a popup when you click a minimized Console that says "We see you've minimized your Console and you are clearly trying to switch to it. Would you like us to restore that so you can actually see it?" followed by "Are you really sure? Cuz ya know, you may be using this click path by accident."
The reset perspective works. Also, you can "Save Perspective" so it's not so hard to go back to your preferred Perspective.
Thanks for the tip.
Bring console to the front from Window -> Show View -> Console. Apparently the console remains invisible (that was the issue indeed), but it is virtually active in the foreground.
Close the current view (i.e. the invisible console) by going to the "Quick Access" box at the toolbar, typing "Close Part", and selecting the respective option on the drop-down.
Reopen console form Window -> Show View -> Console and voilĂ , it will appear. Drag it to your preferred location on the workbench.
This works for me under the following situation:
I had been previously playing with detaching several views (console included) and editors to a separate window on a different monitor; I have updated my workspace from Neon to Oxygen and I have had a hard reset at my computer. (So, not sure which among those was the reason that made it go wrong).
I wanted to avoid resetting my perspective, as it is highly customised, so I discarded that solution.
Other solutions herein proposed had not worked.
The console was working and the view became visible if I chose a different perspective (e.g. Debug) or a duplicate Eclipse window (which effectively provides a duplicate of a factory-reset perspective).
you could click the small icon on the bottom left and choose console. it will appear.