VSRemoteDebugger icon indicating copy to clipboard operation
VSRemoteDebugger copied to clipboard

Visual Studio 2022 Remote SSH Debugger for Raspberry Pi / Linux

Results 4 VSRemoteDebugger issues
Sort by recently updated
recently updated
newest added

Can you share any advice on how to setup display permissions?

https://github.com/radutomy/VSRemoteDebugger/blob/6a1d85bc95f710386a6e6ad04a9aaed91e6ebdf0/src/Commands/RemoteDebugCommand.cs#L235 Doesn't take into account the user configurable vsdebug path setting

I have a couple of projects and occasionally it happens to me that I forget to change the "Project folder" option in "Remote machine settings" so when I deploy one...

when trying to start remote debugging, I received the following error message: --------------------------- Microsoft Visual Studio --------------------------- Error Cannot connect to ericj:192.168.0.5.:System.MissingMethodException: Method not found: 'Void Renci.SshNet.SshClient..ctor(System.String, System.String, Renci.SshNet.PrivateKeyFile[])'. at...