Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Create a Debug Configuration programmatically
Create a Debug Configuration programmatically [message #1814831] Thu, 19 September 2019 07:36 Go to next message
Eclipse UserFriend
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 08:43 Go to previous message
Eclipse UserFriend
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: Tue Oct 28 00:10:12 EDT 2025

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

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

Back to the top