Code::Blocks Forums

User forums => Embedded development => Topic started by: cab_team on January 21, 2015, 03:44:13 pm

Title: Easier question - where is output parsing data stored?
Post by: cab_team on January 21, 2015, 03:44:13 pm

Hi All,

In the last week or so I have been asking some complex questions to do with Codeblock 13.12 issues. I am configuring Codeblocks extensively for a project to work with remote debugging, hence the reason for the questions.

It seems as no one has an answer to our previous problems, but this question is a little easier.

Where does Codeblocks store output parsing data? For example, if you add a new parsing expression in the advanced compiler options, is this stored in some config file in the codeblocks directory... if so where? it is not in the xml of the cbp file.

Thank you,
cab_team
Title: Re: Easier question - where is output parsing data stored?
Post by: scarphin on January 21, 2015, 04:24:41 pm
Did you try 'default.conf' in your user folder?
Title: Re: Easier question - where is output parsing data stored?
Post by: cab_team on January 21, 2015, 04:36:30 pm
Yes, that's where it is.

Thanks!