microsoft / microsoft/vscode-java-debug
远程调试如何指定socks/http代理?
Open
@testforstephen is already working on this.
Since Apr 26, 2022.
ai-triaged
attach
question
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
远程调试的时候如何指定代理
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Rmote Debug zdata 48974",
"projectName": "zdata",
"request": "attach",
"hostName": "192.168.50.122", //地址
"port": 48974 //端口
}
]
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.