This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Description
I'm trying to get this plugin running correctly and can't seem to get to convince it to run the arduino debugger.
I had quite the time convincing IntelliSense to find the Arduino configuration so it wouldn't be angry about me including the default libraries. I still have no idea how I convinced it to have the Arduino configuration to show up.
After searching the web for about an hour, I found the arduino debugger is supposed to be run with F5 and then select the "Arduino" option, but I only see "C++ (GLDB/LLDB)" and "C++ Windows"
I've tried changing various options in the settings, but doing so only made it work worse. Apparently this plugin ships with an arduino-cli installation, but I can't find where this exists. Setting the Path or Command Path to my arduino ide install folder makes it not able to compile.
What am I missing with setting up this plugin? Are there undocumented commands I need to run to setup the arduino environment?