下面是我的服务器代码:#include <winsock2.h>std::thread** sendReceiveThread = new std::thread*[5];
int listen(SOCKETListenSocket);
int accept(SOCKET ListenSocket);
我想调试服务器端代码,因此执行了以下操作1) Set the JAVA_OPTIONS to "-Xdebug -Xrunjdwp:transport=dt_socket> Edit Configurations > Created a configuration with name "myserverdebug" with values ( transport : socketmyserverdebug"
运行Se