Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a System property to allow binding to a specific interface/port #379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 8, 2021

  1. Add a System property to allow binding to a specific interface/port

    This change adds support to read the value of the
    `com.microsoft.java.debug.serverAddress` system property when
    constructing the JavaDebugServer. This allows callers to specify a
    specific interface to bind to (e.g. `localhost:0`), a specific port
    (e.g. `:12345`), or both (e.g. `localhost:12345`).
    lhchavez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a976037 View commit details
    Browse the repository at this point in the history