DEV Community

Discussion on: Raspberry Pi, Debugging a Python Internet of Things Application

Collapse
 
daveam profile image
Andrea Marson

Ho Dave,
another very interesting article!

I would like to use the same approach you described here to cross-compile and debug a C/C++ application.
Have you ever tested such a configuration?

Collapse
 
gloveboxes profile image
Dave Glover

I've not tested but I see no reason why the same technique won't work.

Also, you can also use Visual Studio 2019 Community Edition (Free) which has built-in support for remote C/C++ dev targeting a Raspberry Pi. That I have definitely tested and works well out of the box.

Cheers Dave