Hi,
I am debugging NUCLEO-L476RG boad with Mbed Studio.
Break point is not working as intended.
First, I set break point into main() in main.cpp.
And start debugging.
When debugging process hit the break point, the debugging process pause at line89 in mbed_rtx_handlers.c.
Even if I change position of the break point, the process pause at same line in same file.
If I set break point before main(), the process pause at line that I intended.
Could you give me advice how can I hit the break point as intended?
Here are some information of my environment.
mbed OS ver 6.9
target board : NUCLEO-L476RG
Deploy and debug target : stm32l475xg
If you need more information, please let me know.