Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/313.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 通过ssh远程调试dotnet核心应用程序,但未能连接_C#_Linux_Visual Studio_.net Core_Remote Debugging - Fatal编程技术网

C# 通过ssh远程调试dotnet核心应用程序,但未能连接

C# 通过ssh远程调试dotnet核心应用程序,但未能连接,c#,linux,visual-studio,.net-core,remote-debugging,C#,Linux,Visual Studio,.net Core,Remote Debugging,我正在尝试从Visual Studio 2017在另一台机器(linux)上调试dotnet核心应用程序 我可以通过ssh连接到远程机器。我通过下面的命令安装了调试器 sudo apt-get install unzip curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v vs2017u5 -l ~/vsdbg 我无法连接到dotnet进程(请参阅日志)。有什么我可以试试的吗 ProtocolException:未能附加到进程:未

我正在尝试从Visual Studio 2017在另一台机器(linux)上调试dotnet核心应用程序

我可以通过ssh连接到远程机器。我通过下面的命令安装了调试器

sudo apt-get install unzip
curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v vs2017u5 -l ~/vsdbg
我无法连接到dotnet进程(请参阅日志)。有什么我可以试试的吗

ProtocolException:未能附加到进程:未知错误:0x8013C08

Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Protocol.PendingRequest`1.InvokeErrorFuncCore(对象参数,ProtocolException ex) Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Protocol.PendingRequestBase.InvokeErrorFunc(对象参数,ProtocolException ex) 目标(闭包、调用站点、IPendingRequest、对象、ProtocolException) System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](调用站点,T0 arg0,T1 arg1,T2 arg2) Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Protocol.DebugProtocol.HandleIncomingResponse(字符串msg) Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Protocol.DebugProtocol.HandleIncomingMessage(字符串msg) Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Protocol.DebugProtocol.ProcessMessageBody() Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.Protocol.DebugProtocol.ReaderThreadProc()

1> 错误:无法附加到进程:未知错误:0x80131c08
1> 警告:调试适配器在收到DisconnectResponse后仍在运行,正在终止

你找到解决方案了吗?@Kingpin你找到解决方案了吗?