The Eclipse IDE (Integrated Developement Environment) is a full featured programming editor with many fantastic features to help you code more quickly and easily. The Arduino IDE is great for what it does – but it doesn't do much to help writing, navigating and understanding your (and other people's) code.
The Sloeber IDE bridges that gap and helps move you to a more powerful development environment whilst keeping the Arduino hardware and libraries that you love (and make life simple).
Software Logic to program Open Electronic Boards in an Eclipse Runtime (SLOEBER)
It works on MS Windows, Mac OSX and Linux.
If you are not a developer and don't want to build from sources, then there are precompiled product packages and update sites available. See the details at http://baeyens.it/.
Below are instructions on how to download and compile the source code from the command line and from eclipse. You only need to do one.
Please install [git] (http://git-scm.com/downloads) and [maven] (http://maven.apache.org/download.cgi).
git clone https://github.com/Sloeber/arduino-eclipse-plugin sloeber
cd sloeber
mvn clean verify -DskipTests=true
Windows
Mac OSX and Linux
You can control the maven build with the following profiles:
mvn clean verify -Plinux32,latest -DskipTests=true (builds for neon and linux 32 bits)
mvn clean verify -PSDK,latest -DskipTests=true (builds the Sloeber SDK. For Sloeber programmers.)
mvn clean verify -P2018-09,linux64 -DskipTests=true (builds against 2018-09 and produces linux64 product)
To build for latest and the platform you are running on:
mvn clean verify -DskipTests=true
If you want to import the latest code based plugin to another Eclipse setup you have then it is possible to setup a local repository to install the plugin you have just built. Just add a local repository with location arduino-eclipse-plugin/io.sloeber.product/target/repository
mvn clean verify -PSDK,latest -DskipTests=true
to buildAfter the build, find the Sloeber SDK product in the io.sloeber.product.sdk target directory. Unzip it somewhere in your home directory (mind you we cannot handle very long path names on windows)
Note that Sloeber itself is NOT included in the Sloeber SDK.
File → Import → Git → Projects from Git → Existing local repository
After all it should look like this:
We want to keep the chance of missing a problem in the code to a minimum and to keep clean and tidy code. Development is aiming to keep compiler warnings to a minimum (items that show up in the Problems tab under Warnings) with specific settings. Please change your settings from default as follows:
Go to
Window → Preferences → Java → Compiler → Errors/Warnings
and change the following from their defaults.
My current settings are as follows:




Running is very simple - just right click io.sloeber.core and select:
Run as → Eclipse Application
OR, if you'd like to debug,
Debug as → Eclipse Application
Eclipse will launch a new workbench disabling the installed version if any, and updating it with the plugin version loaded in the current workspace.
Now, just set up fresh again with your project settings, Preferences/Arduino, to point to IDE and private libs.
New Project → Arduino → New Arduino Sketch
All should work. You can set breakpoints in the launching Eclipse if you ran as debug. Happy developing!
We close issues when they have been validated as part of the nightly. Therefore the open list no longer contains items fixed in the nightly. Known issue fixed in the last nightly can be found with this query: is:issue is:closed -label:"status: fixed in nightly"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。