VSMonoDebugger
VSMonoDebugger copied to clipboard
Enables Visual Studio 2017 to deploy and debug a mono application on remote linux machines via SSH.
Hello @GordianDotNet I have the following problem. Windows 11 Pro Visual Studio 17.9.5 VSMonoDebugger2022 2.2209.1806 After start "Deploy, Rund and Debug" I get the following message: [VSMonoDebugger] Debugging cannot be...
Windows 10 21H2 Visual Studio 2022 Version 17.6.5 VSMonoDebugger2022 Version 2.2209.1806 Select `Build Startup Project with MDB files` Get this error message ``` 2023-07-21 11:35:09.4718|INFO|VSMonoDebugger.MonoVisualStudioExtension| - OutputDir: 2023-07-21 11:35:09.4718|ERROR|VSMonoDebugger.MonoVisualStudioExtension|Catched: ConvertPdb2MdbAsync...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hello @GordianDotNet It is very useful and well used in VS 2019. Thank you. But in VS 2022 there is an issue. ## Visual Studio Version * Microsoft Visual Studio...
I am using VSMonoDebugger to debug a .NET program in embedded Linux. Currently using VS 2019 16.10.1. I am unable to see non-public members of classes by drilling into container...
After Visual Studio Upgrade 2019 from 16.4.4 to 16.7.2 there's no way to run VSMonoDebugger. Removing and reinstalling VSMonoDebugger doesn't help.  I tried to download VSMonoDebugger and start debugging....
While deploying an error is thrown. Seems like a problem with SshNet? ``` 2019-05-15 09:09:44.0888|INFO|VSMonoDebugger.Services.NLogService|===== DeployAndRunCommandOverSSH ===== 2019-05-15 09:09:44.0988|INFO|MonoVisualStudioExtension|BuildProject C:\Users\JT\source\repos\LinuxCanTest\LinuxCanTest\LinuxCanTest.csproj Debug 2019-05-15 09:09:44.1568|INFO|MonoVisualStudioExtension|### CollectOutputDirectories: Propertes of project 'LinuxCanTest' 2019-05-15 09:09:44.1568|INFO|MonoVisualStudioExtension|OutputFullPath...
Hello, it's a known issue that debugging Xamarin app doesn't work when VSMonoDebugger extension is enable. I would like to know if this issue is going to be fixed in...
I'm trying to remote debug a WinForms application on a remote OS which is Raspberry Pi OS (32 bit). I've configured the extension like described in the [`README.md` (the SSH...