Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Small "getting started" help needed.

On Mon, 2008-06-23 at 10:53 -0400, Alex Chapiro wrote:
> Jonathan S. Shapiro wrote:
> > 1. There is a parser that parses the output of a "make" session. What
> >     is the best way to see its results? Is there a visualizer or at
> >     least a properties page, or do I need to go build one? Any pointers
> >     on things I should look at here?
> >    
> The results of Error Parsers work can be seen in the Problems View. For 
> the errors in source code or make files it creates error markers as 
> well. The Error Parser code is very straightforward, if you have 
> questions about parsers work, I'd recommend to look at it.

Thank you. Yes, I saw that, but that is not what I need. What I need is
the results of the command line parse of each invocation of GCC,
including the CWD that was in effect when that invocation of GCC was
made.

shap



Back to the top