Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Read the debugger type set for a specific CDT project
Read the debugger type set for a specific CDT project [message #107792] Mon, 28 June 2004 03:18 Go to next message
Eclipse UserFriend
From my plugin I would like to read the debugger type and what
make, clean or other options has been set for a specific CDT project.
From my plugin code I have manage to pull out the Project name,
active page and path to the CDT project.

Do I collect this information from the ".project" file or other XML
files under the ".metadata" folder. What are the logic and best
practise here?
Re: Read the debugger type set for a specific CDT project [message #107833 is a reply to message #107792] Mon, 28 June 2004 07:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailkhod.rogers.com

The debugger options are stored in launch configurations not projects.

"Erik Hellberg" <hasse@lizsoftware.com> wrote in message
news:o5hvd05hrppr6aeitthkq5dl9gno388k2t@4ax.com...
>
> From my plugin I would like to read the debugger type and what
> make, clean or other options has been set for a specific CDT project.
> From my plugin code I have manage to pull out the Project name,
> active page and path to the CDT project.
>
> Do I collect this information from the ".project" file or other XML
> files under the ".metadata" folder. What are the logic and best
> practise here?
>
Re: Read the debugger type set for a specific CDT project [message #107889 is a reply to message #107833] Mon, 28 June 2004 10:55 Go to previous message
Eclipse UserFriend
Ohh that was convenient. Thanks Mikhail!

On Mon, 28 Jun 2004 07:44:16 -0400, "Mikhail Khodjaiants"
<mikhailkhod@rogers.com> wrote:

>The debugger options are stored in launch configurations not projects.
>
>"Erik Hellberg" <hasse@lizsoftware.com> wrote in message
>news:o5hvd05hrppr6aeitthkq5dl9gno388k2t@4ax.com...
>>
>> From my plugin I would like to read the debugger type and what
>> make, clean or other options has been set for a specific CDT project.
>> From my plugin code I have manage to pull out the Project name,
>> active page and path to the CDT project.
>>
>> Do I collect this information from the ".project" file or other XML
>> files under the ".metadata" folder. What are the logic and best
>> practise here?
>>
>
Previous Topic:CDT project properties are useless?
Next Topic:CDT and Linux
Goto Forum:
  


Current Time: Sun Jun 08 01:41:49 EDT 2025

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

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

Back to the top