2021-02-12 05:26 AM
Hello everyone,
I'm debuging a project with 2 recent commented lines, and the debug is executing this lines:
I previously builded that project, I don't understand what's happening, maybe you can answer me that question.
Thank you in advance!
Solved! Go to Solution.
2021-02-12 06:12 AM
Hello,
These kind of things happens when the optimization is on or when the source code is not what has been compiled.
i.e your compilation has maybe not been succesful and the recently commented lines have not been taken in account.
2021-02-12 06:12 AM
Hello,
These kind of things happens when the optimization is on or when the source code is not what has been compiled.
i.e your compilation has maybe not been succesful and the recently commented lines have not been taken in account.
2021-02-12 06:29 AM
Working now, I was modifying the "main.c" code in another project location, instead of doing in the repository!
Thank you a lot,
Regards