As an IoT developer, when you work with Azure IoT Edge project, one of the issues you might have is that you would like to debug your Edge modules locally before actually deploy them to the production environment. This can be done by Azure IoT EdgeHub Dev Tool (iotedgehubdev), which provides a local development experience for creating, testing...
With the 16.3 release of Visual Studio 2019, it starts to support debugging C# in Linux docker containers. This new feature can help developers easily debug remote Azure IoT Edge C# Linux module container.
Let’s see how it works.
Prerequisites
Setup Your Linux machine
Setup Your Development Machine
...
Azure IoT Edge Tools (Preview) for Visual Studio 2017 allows you to easily develop and debug Azure IoT Edge modules locally. To learn how to use this extension to develop and debug Edge module locally, you can refer these documents:
Easily Develop and Debug Azure IoT Edge C Modules with Azure IoT Edge Tools
Use Visual Studio 2017 to ...
Azure IoT Edge Tools (Preview) for Visual Studio 2017 allows you to easily develop and debug Azure IoT Edge modules locally. To learn how to use this extension to develop and debug Edge modules locally, you can refer these documents:
Easily Develop and Debug Azure IoT Edge C Modules with Azure IoT Edge Tools
Use Visual Studio 2017 to ...