Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Restart Button
Restart Button [message #629684] Wed, 29 September 2010 08:54 Go to next message
Mark  Lukoyanichev is currently offline Mark LukoyanichevFriend
Messages: 3
Registered: September 2010
Junior Member
Recently i have upgraded my environment from Eclipse 3.5.2 to Eclipse 3.6.1 with latest CDT 7.0.1

One of the GUI changes i've noticed in Debug View window is the lack of "Restart" button.

Is there a way to bring this button back? Are there any UI alternatives for this button?

Thanks in advance,
Mark.
Re: Restart Button [message #629706 is a reply to message #629684] Wed, 29 September 2010 10:26 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
It was felt that the debug view toolbar was overcrowded, so some cleanup was done.

You can still access the Restart feature by right-clicking on an element of the debug view.

It took me a little while to get used to it, but I eventually did.

Marc

Mark wrote on Wed, 29 September 2010 04:54
Recently i have upgraded my environment from Eclipse 3.5.2 to Eclipse 3.6.1 with latest CDT 7.0.1

One of the GUI changes i've noticed in Debug View window is the lack of "Restart" button.

Is there a way to bring this button back? Are there any UI alternatives for this button?

Thanks in advance,
Mark.

Re: Restart Button [message #629729 is a reply to message #629706] Wed, 29 September 2010 11:52 Go to previous messageGo to next message
Mark  Lukoyanichev is currently offline Mark LukoyanichevFriend
Messages: 3
Registered: September 2010
Junior Member
Thank you for pointing out the menu option!

Its real pity that restart button was removed.
Im developing debugger solution for embedded systems and was using this button to reset the system under debug.

Is it possible to add custom buttons to DebugView toolbar?
Is it possible to extend its UI with custom plugin?
Re: Restart Button [message #629853 is a reply to message #629729] Wed, 29 September 2010 18:35 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
Sure you can create you own plugin and use extension points to put the button back.

You can use the org.eclipse.ui.menus extension point and re-use the debug platform's command org.eclipse.debug.ui.commands.Restart

Marc

Mark Lukoyanichev wrote on Wed, 29 September 2010 07:52
Thank you for pointing out the menu option!

Its real pity that restart button was removed.
Im developing debugger solution for embedded systems and was using this button to reset the system under debug.

Is it possible to add custom buttons to DebugView toolbar?
Is it possible to extend its UI with custom plugin?


Re: Restart Button [message #629856 is a reply to message #629853] Wed, 29 September 2010 18:43 Go to previous messageGo to next message
Mark  Lukoyanichev is currently offline Mark LukoyanichevFriend
Messages: 3
Registered: September 2010
Junior Member
Thank you for you help!

Regards,
Mark.
Re: Restart Button [message #733639 is a reply to message #629684] Wed, 05 October 2011 09:24 Go to previous messageGo to next message
FL  is currently offline FL Friend
Messages: 1
Registered: October 2011
Junior Member
I think you can also add a binding key for the "restart run/debug feature", actually it's more easy and quick!
Re: Restart Button [message #1058793 is a reply to message #629684] Wed, 15 May 2013 07:12 Go to previous messageGo to next message
zarta zarta is currently offline zarta zartaFriend
Messages: 1
Registered: May 2013
Junior Member
i think you can use "terminate and relaunch" button in debug window for this purpose.
can find that button from here as shown in picture.

index.php/fa/14909/0/
  • Attachment: Untitled.jpg
    (Size: 73.66KB, Downloaded 3584 times)
Re: Restart Button [message #1784834 is a reply to message #1058793] Wed, 04 April 2018 15:18 Go to previous message
Nathan Holder is currently offline Nathan HolderFriend
Messages: 7
Registered: September 2017
Junior Member
I just tried terminate and relaunch on my Ubuntu system remote debugging to a linux yocto system. The debugger may never work right again LOL.

[Updated on: Wed, 04 April 2018 15:19]

Report message to a moderator

Previous Topic:LIBPATH issue with GTK+ on AIX
Next Topic:Can Eclipse deduce compiler flags in a Makefile/autotools project?
Goto Forum:
  


Current Time: Sat Apr 20 03:20:28 GMT 2024

Powered by FUDForum. Page generated in 0.03107 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top