Eclipse Debugging: Step OVER mostly steps INTO function
Posted: Fri Sep 23, 2022 9:42 am
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. Any Idea what this is and how to fix it?
My setup:
Operating System: windows 10
Java Runtime Version: 17.0.4+8
Eclipse Version: 4.25.0.v20220831-1800
Eclipse CDT Version: 10.7.1.202208160035
IDF Eclipse Plugin Version: 2.6.0.202208110735
ESP-IDF v4.4.2-dirty
Python set for IDF_PYTHON_ENV: Python 3.10.6
Debugger: ESP-PROG
Compiler Optimization level -0g
Thank you in advance!
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. Any Idea what this is and how to fix it?
My setup:
Operating System: windows 10
Java Runtime Version: 17.0.4+8
Eclipse Version: 4.25.0.v20220831-1800
Eclipse CDT Version: 10.7.1.202208160035
IDF Eclipse Plugin Version: 2.6.0.202208110735
ESP-IDF v4.4.2-dirty
Python set for IDF_PYTHON_ENV: Python 3.10.6
Debugger: ESP-PROG
Compiler Optimization level -0g
Thank you in advance!