Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/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
Visual studio 2015 &引用;连接故障“;使用Visual Studio 2015';s远程GDB调试器_Visual Studio 2015_Cross Platform_Gdbserver - Fatal编程技术网

Visual studio 2015 &引用;连接故障“;使用Visual Studio 2015';s远程GDB调试器

Visual studio 2015 &引用;连接故障“;使用Visual Studio 2015';s远程GDB调试器,visual-studio-2015,cross-platform,gdbserver,Visual Studio 2015,Cross Platform,Gdbserver,我正在尝试构建和测试,但无法让远程GDB调试器工作。以下是我所做的: 我已经在Xubuntu上建立了一个运行IP为192.168.1.7(网桥连接)的虚拟机,并运行 使用命令的gdb服务器: gdbserver--multi 192.168.1.7:4378 在Visual Studio上,我单击了远程GDB调试器,下面是我键入的内容: Host name: 192.168.1.7 Port: 4378 User name: test Authentication type

我正在尝试构建和测试,但无法让远程GDB调试器工作。以下是我所做的:

我已经在Xubuntu上建立了一个运行IP为192.168.1.7(网桥连接)的虚拟机,并运行 使用命令的gdb服务器:
gdbserver--multi 192.168.1.7:4378

在Visual Studio上,我单击了远程GDB调试器,下面是我键入的内容:

 Host name: 192.168.1.7  
 Port: 4378   
 User name: test  
 Authentication type:
 Password Password: test
当我连接时,Xubuntu上的gdbserver显示:

 Remote debugging from host 192.168.1.5
然而,在VisualStudio上,直到一段时间后才发生任何事情

 Connection failure. Please make sure host name and port number are correct.
我知道gdbserver确实收到了远程调试请求,但我不知道为什么VisualStudio上什么都没有发生

有人遇到过同样的问题吗