Update: Completed sample of this article is now available on GitHub, and can be accessed from .NET MAUI Samples
2024 Update: There’s an officially supported .NET MAUI extension for VS Code. To install and work with this, please consult this article.
In the previous post, described how we can set up a Dev environment for playing with .NET MAUI and the steps to create a new project from the template provided and then went on to build and run using .NET CLI.
And in this post, am going to detail how we can achieve build, run, attach the debugger, and add breakpoints within Visual Studio Code. Will continue with the same TestApp project that we created earlier.