Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Troubleshoot #define macros(How to troubleshoot #define macros)
Troubleshoot #define macros [message #1847183] Mon, 18 October 2021 14:19 Go to next message
Twan Dieltjes is currently offline Twan DieltjesFriend
Messages: 1
Registered: October 2021
Junior Member
I'm working on an C application which uses #define macro's all over.
Because I have a build issue I cannot find, is there a way to troubleshoot such an issue which help of Eclipse?
Re: Troubleshoot #define macros [message #1847186 is a reply to message #1847183] Mon, 18 October 2021 15:03 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Other than hovering over them to see the expansions, no.
You can also get the compiler (most of them anyway) to generate only
the output of the preprocessor which you can then peruse at leisure.
Previous Topic:how to get compiler to find library?
Next Topic:Build not configured correctly
Goto Forum:
  


Current Time: Fri Apr 26 19:50:13 GMT 2024

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

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

Back to the top