microsoft / microsoft/vscode-java-debug

远程调试如何指定socks/http代理?

Open
#1,157 5 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.