Open robertturner opened 1 year ago
I believe your problem is you want $adapter
and $adapterArgs
.
I believe your problem is you want
$adapter
and$adapterArgs
.
Sorry I'm confused, where do I want those? Under configurations? What needs editing for it to work?
In your launch.json above, you are using adapter
and adapterArgs
without a $
. I am almost certain you need a $
.
@robertturner Were you able to resolve it? If yes, how? I'm also getting a similar error.
Environment
Host: Windows 11, Visual Studio 2022 17.5.1 Target: Debian Buster armv7l Target dotnet: v6.0 installed at ~/dotnet. vsdbg installed at ~/vsdbg
Bug Summary
When launching vsdbg via plink with DebugAdapterHost I get "launch: program '' does not exist." Previously the dotnet app runs fine on the target, and I can also Attach to Process using ssh and debug the application. I run launch.json by calling "DebugAdapterHost.Launch /LaunchJson:"launch.json" /EngineGuid:541B8A8A-6081-4506-9F0A-1CE771DEBC04". I have turned DebugAdapterHost logging on, and dump output is below. From the log output the plink connection appears to connect, and vsdbg starts, but then fails with the "launch: program '' does not exist." message.
launch.json
Dump output