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: 0.50.0
Choose a base ref
...
head repository: microsoft/java-debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.51.0
Choose a head ref
  • 8 commits
  • 23 files changed
  • 5 contributors

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    b0c70e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    39046b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix generic return type lambda breakpoint issue. Fix #1359 (#499)

    * Fix generic return type lambda breakpoint issue. Fix #1359
    
    The fix tries to compare the runtime lambda method signature with none
    generic version of the method signature found from AST traversal as a
    additional comparison to what is there.
    gayanper authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    27f72fb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Improve inline breakpoint discovery when expression is multiline. Fix #…

    …521 (#522)
    
    * Improve inline breakpoint discovery when expression is multiline. Fix #521
    gayanper authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9bdd997 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    f8da9e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    b578b50 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix the step-into target on multi line expression. Fix #519 (#520)

    * Fix the step-into target on multi line expression. Fix #519
    
    ---------
    
    Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
    gayanper and testforstephen authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    431de23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcfa80d View commit details
    Browse the repository at this point in the history
Loading