I am really a “newbe” at this, and struggling both with the environment as well as understanding your code.
I was hoping to be able to set breakpoints and examine variables etc, to get a better understanding of things.
For the “controller” part we are using ESP32. For power measurement we are using dsPIC33.
Programming lauange is C++ for ESP32 and c for dsPIC33. The adapter I am planning to write using Javascript (new to me)
Also, I am using VSCode and PlatformIO for ESP32 development. dsPIC33 has a native development system.
For the Adapter I planning to use VSCode.
How is your setup when developing Adapters. I see in you project that it is possible to run the gateway in different environments, but how is development IDE part of this??