A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hi,
Getting back to this question (was occupied with different project unfortunately).
From what I see both answers are invalid.
I'm asking about "Raspberry Pi Pico" which doesn't have Linux on board.
It's programmable controller, someting closer to ATMEGA I think.
Based on this tutorial:
https://www.tomshardware.com/how-to/raspberry-pi-pico-setup
I see that it is possible to upload MicroPython interpreter to the device,
and then use Thonny IDE, to upload and run Python programs on it.
It doesn't have any run-time debugging and code stepping though, and it's still python.
Thus I'm searching for solution for C++ and ideally one working from within Visual Studio.