Breakpoints in FreeRTOS are getting hit very weirdly!



Weird things are happening.
The breakpoint i set in the void Read_ToF_From_VL53L0X_FreeRTOS_Task(void *pvParameters) task is not getting hit
this task calls VL53L0X_Measure_Distance function in which i set a breakpoint which is working ok !

also i put another breakpoint in the file VL53L0X_FreeRTOS_Queues.c which is called upon initialization
this is also not getting hit
is it a problem with teh specific folder?

but the VL53L0X_Core_Functions.c also on the same main dir
does the FreeRTOS dir have any problems?
Has anyone experienced this problem?
