microsoft/MIEngine

SSHPortSupplier is fully dependent on Visual Studio Connection Manager

neondev9 opened this issue · 0 comments

Currently, it is not impossible to run gdb remote debugging session, without added connection to ConnectionInfoStore (C:\Users<username>\AppData\Local\Microsoft\Linux\User Data\3.0\store.xml).

It would be super useful to be able to run debugger, using SSHPortSupplier in cases, when connection required password/private key authentication without pre-added remote connection.

Could you, please, add support for it? Or maybe you already working on it.
Looks like liblinux.Persistence.ConnectionInfoStore already supports ConnectionInfo, which stored in memory.

Thank you!