- This topic has 7 replies, 3 voices, and was last updated 16 years, 7 months ago by Riyad Kalla.
-
AuthorPosts
-
mlp2305MemberHello all
I recently upgraded my MyEclipse to the latest version 5.5.1 GA.
I’ve experienced two annoying things both concerning the “Run” menu.1) The menuitem “Remove all breakpoints” has
disappeared. That was a great feature as I could remove all breakpoints with the keys combination alt r then v. Now I have to click the double X on the “breakpoints” view.
This is confusing and slow as I might now want to take my eyes off the some of the other views.2) Whenever I edit a file that is not a .java file it changes completely. The items resume,suspend,terminate etc. is still there but grayed out. the “Run..” item has gone.
The shortcuts F11(dedug) and ctrl F11 (run) doesn’t work anymore.
I have to navigate to a Java file to run anything which is extremely annoying if I’m editing a spring file or some other XML.
Riyad KallaMember1) The menuitem “Remove all breakpoints” has
disappeared.There was never a menu item under the Run or Debug menus called this. It’s possible you had another plugin installed that added this?
Whenever I edit a file that is not a .java file it changes completely.
I don’t understand what you mean here.
The items resume,suspend,terminate etc. is still there but grayed out. the “Run..” item has gone.
If you are in the middle of a debug session, the buttons are context/thread sensative. So you need to have the suspended thread selected in the thread view in order to hit Continue or any of the other buttons.
mlp2305MemberThere was never a menu item under the Run or Debug menus called this. It’s possible you had another plugin installed that added this?
I’ve always had it..even with newly installed Eclipe..
. Whenever I edit a file that is not a .java file it changes completely. The items resume,suspend,terminate etc. is still there but grayed out. the “Run..” item has gone.
The shortcuts F11(dedug) and ctrl F11 (run) doesn’t work anymore.
I have to navigate to a Java file to run anything which is extremely annoying if I’m editing a spring file or some other XMLI don’t understand what you mean here.
Was it so hard to understand ? Run/debug shortcuts doesn’t work and all menutitems are grayed out when I edit a non Java file, like an XML file.
Thanks for answering my post anyway maybe somone else knows something about this ?
Riyad KallaMemberAs far as the menu entries, I may be misunderstanding you. I thought you were referring to the toolbar run/debug menu entries as shown in my screenshot below. There has never been links in those menus related to breakpoints, so I must be misunderstanding you. Please clarify which menus.
Also for the second item, it makes sense that these context-sensative items would change as there is likely no run action associated with that file type. What does it mean to “Run” an XML file, for example.
Attachments:
You must be logged in to view attached files.
jfiggeMemberThis message has not been recovered.
Riyad KallaMemberThis message has not been recovered.
mlp2305MemberThanks support rkalla but I dont see where ? I goto the specified path but whats there is doesnt make any sense at all. Please give me my shortcut back ! lol !
Riyad KallaMembermlp,
Do you mean the old behavior of relaunching the last-launched-config? If so, you can change the preference back to the original way by going to the Window menu, then clicking Preferences then going to Run/Debug > Launcher… from there you can change the behavior back. -
AuthorPosts