STM32Cube IDE executing commented lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 5: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.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 6: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
