Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/java-debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: replit/java-debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 24, 2022

  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 authored and Zabot committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    336d090 View commit details
    Browse the repository at this point in the history
  2. Always bind to localhost for connectors

    This change makes it such that we always bind on a localhost interface
    to avoid repls being marked as being servers when they just want to
    debug.
    
    This is a tiny bit of a hack, but this was needed to avoid relying on a
    modified Eclipse JDT.
    lhchavez authored and Zabot committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5ed00d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #1 from replit/debug-interface

    Debug interface
    masad-frost authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    33e4b04 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Bump commons-io:commons-io in /com.microsoft.java.debug.core

    Bumps commons-io:commons-io from 2.11.0 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8e71989 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Merge pull request #2 from replit/dependabot/maven/com.microsoft.java…

    ….debug.core/commons-io-commons-io-2.14.0
    
    Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /com.microsoft.java.debug.core
    airportyh authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    d66ba60 View commit details
    Browse the repository at this point in the history
Loading