Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Create a Debug Configuration programmatically
Create a Debug Configuration programmatically [message #1814831] Thu, 19 September 2019 11:36 Go to next message
Mihnea-Costache Marin is currently offline Mihnea-Costache MarinFriend
Messages: 68
Registered: September 2019
Member
Hello,

I am working at a plugin and I want to create a debug configuration. To be more explicit, I want to find a way to create a new debug configuration(C/C++ Attach to Application) with the fields having set values(Project: X; C/C++ Application: Y, etc)

I managed to do this for a launch configuration, but for debugging I see is different.

Thank you!
Re: Create a Debug Configuration programmatically [message #1814832 is a reply to message #1814831] Thu, 19 September 2019 12:43 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Run and Debug configurations use the same launch configuration.
The only difference is the dialog being used.
The Debug Configuration dialog just has an extra tab.

If you are creating a launch configuration then you are also creating a debug configuration.
OTOH, perhaps I'm misunderstanding your question.

Previous Topic:Symbol could not be resolved for all c++ libraries
Next Topic:Remote Debugging with Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 20:04:19 GMT 2024

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

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

Back to the top