microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Add support for debugging .vb files #56

Closed cwensley closed 3 years ago

cwensley commented 5 years ago

Newer versions of mono include the vbc compiler and can compile VB.NET code.

This adds support to set breakpoints in .vb files and step through VB.NET code.