Replies: 2 comments
-
@vesley Hi there and welcome back! You can chat here https://gitter.im/SmingHub/Sming but it's fine to open an issue. Since version 4 we have a new documentation portal, see here https://sming.readthedocs.io/en/latest/information/debugging.html for up to date guidance. Setting up debugging in eclipse is quite fiddly so please let us know how you get on, happy to help. |
Beta Was this translation helpful? Give feedback.
-
Incidentally, I've been using VS Code quite a lot recently - it's a lot more responsive than eclipse and has loads of plugin support. I develop on Windows (with WSL) but it's also available for linux so worth a go! |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions