CDT GCC Build Output Parser keeps clearing entries #674
Unanswered
jozef-mitro
asked this question in
Q&A
Replies: 2 comments
-
Update: Seems to be an issue in 2018-12 but works as expected in 2023-12. Must've been fixed/modified along the way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm observing a similar behavior when using a Compilation Database Parser, which is seemingly dependent on the Build Output Parser. I see the issue with the 2023-12. The discovered entries disappear randomly, I haven't quite figured out the pattern that leads to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the CDT GCC Build Output Parser to get project defines it works just fine the first build after clean but during subsequent builds when a target is up to date, parser just ditches the previously found preprocessor entries. Any way to fix this?
Saw something about going to Project > Properties > Builders and setting Scanner Configuration Builder to be run only after a clean but that doesn't seem to do the job.
Beta Was this translation helpful? Give feedback.
All reactions