Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT as a Standalone API

Thanks Marc for your response.
 

Basically I would like to perform write test codes that work on ASTs not obtained from any project from the IDE. Basically Parsed from Strings or other text files. Perform modifications to that AST and be able to use the rewritten AST , all this possibly without a code from the IDE



On Wed, Oct 29, 2014 at 2:42 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:

The Standalone Debugger is pretty much a packaging of the CDT Debug functionality.

That CDT debug functionality has a wide API that you can use.

I’m not exactly sure where to point you to first, without knowing what you would like to do…

 

Marc 

 

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Krishna Narasimhan
Sent: Wednesday, October 29, 2014 2:24 AM
To: CDT General developers list.
Subject: [cdt-dev] CDT as a Standalone API

 

Hi,

   I was reading that CDT has a Standalone Debugger. Is it possible that this Debugger is available as an API, so I can work with files and source code independent of the IDE?

 

If so, any starters?

 

Regards
       Krishna


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev



--
-----------------------------------------------------
I dare do all that may become a man; Who dares do more, is none - Macbeth, twelfh night!
Regards
       Krishna

Back to the top