Search found 1 match

by Supino
Fri Sep 23, 2022 9:42 am
Forum: IDEs for ESP-IDF
Topic: Eclipse Debugging: Step OVER mostly steps INTO function
Replies: 2
Views: 3797

Eclipse Debugging: Step OVER mostly steps INTO function

Hi everyone, I have a strange effect when debugging my ESP32-WROOM-32UE project. When step through my code, I press F10 or the button for step over then mostly, but not always, the debugger steps into a function instead of over. I always have the to press Step out to get back to the prevoius level. ...