We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
远程调试的时候如何指定代理
{ "version": "0.2.0", "configurations": [ { "type": "java", "name": "Rmote Debug zdata 48974", "projectName": "zdata", "request": "attach", "hostName": "192.168.50.122", //地址 "port": 48974 //端口 } ] }