Hi All, I am using SES v5.60 for nRF development. I need to use #ifdef / #ifndef macro in combination with some environment variable that defines Debug or Release compilation and that is set by the SES IDE (switched in the Project explorer). Any advise is appreciated. Thanx. Best regards, peter
Hi Nino, thanx for your feedback. I opened the Source navigator but I cant find a refresh button there. refer to the attached screenshot. Can you help me, please? Thanx. Best regards, peter
Hi All, I am using SES v5.60 and face the same problem. If I right click for Goto declration, it works ok. If I click Goto definition, it shows symbol not found. Another problem, I guess it is related to this one, it's difficult to debug. In some functions I can step over or step into, but most of them not, I am getting assembler. If I set a breakpoint somewhere in the code where these two function are not able to step, it breaks on. I guess it's related to indexing of the symbols. I dont know h…