-
-
Notifications
You must be signed in to change notification settings - Fork 347
Description
Hello Sming team,
I installed few years ago Sming 3 on a Macbook with Eclipse CDT. Code completion and debugging worked very well.
Unfortunately I didn't had time to work on my project.
As I have more time now, I want to continue working on my project. But I don't have my Macbook anymore.
Currently I'm working on Ubuntu 20.04.
I downloaded the quick toolchain and checked out latest Sming version from github.
I can build, flash and debug in the shell/console, but I can not debugging in Eclipse (downloaded from here). Also there is no code completion.
I have setup the ENV variables (ESP_HOME and SMING_HOME) in Eclipse.
For the debugging configuration in Eclipse I followed this tutorial.
When I start debugging in Eclipse, the debugger stops in a unknown program and never reaches the break point at my application.cpp (Basic_Blink).
Did something changed since Sming 3? Can someone point how to configure Eclipse under Linux so that code completion and debugging is working?
Sorry for posting this on github, but I didn't found any Sming forum or community where I can ask for help.
Thanks
wesli