Page 1 of 1

Elcipse IDE Debugging - Source code not mapped

Posted: Thu Jan 30, 2020 10:56 am
by gatturam
I am using a ESP32 Wrover Dev Kit. I want to be able to debug the application on Eclipse IDE.
I have followed the thread.
https://docs.espressif.com/projects/esp ... er-eclipse

Now am able to Build from eclipse. Debugging is enabled - i can see the control stops at breakpoints and i can also see the variable status. But the source code is not mapped - as in, i can see the control stop at breakpoint by debug console but there is no breakpoint hit on the source code. Also when i use "Step Over" Or "Step Into" while Debugging everything happens but not visible through the source window.
What did i miss.

Any help is appreciated.

Regards,
Ram.