VS Code Xamarin DebugA simple VS Code debugger extension for the Xamarin. It's forked Mono Debug with some changes with additions which allows you to debug Xamarin Android. LimitaionXamarin Debug supports only debuggin of Xamarin.Android projectes on MacOs or Ubuntu(probaly it should work on other linux distros, but nobody tested it).
Xamarin Android debugging support only one attached device, please make sure that command Debuggin Xamarin AndroidIn order to debug Xamarin.Android appliction you need to install it on device. Use msbuild target Intstall:
After install setup debugger like in example:
Building extensionBuilding and using VS Code xamarin-debug requires a basic POSIX-like environment, a Bash-like shell, and an installed Mono framework. To build the extension vsix, run:
|