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: debedb/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: microsoft/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.
  • 18 commits
  • 36 files changed
  • 10 contributors

Commits on Jun 26, 2025

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

Commits on Jun 27, 2025

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

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    36a6b3f View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.commons:commons-lang3 in /com.microsoft.java.debug.co…

    …re (microsoft#594)
    
    Bumps org.apache.commons:commons-lang3 from 3.6 to 3.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-version: 3.18.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: chagong <shawn.gong@hotmail.com>
    dependabot[bot] and chagong authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    c7642bc View commit details
    Browse the repository at this point in the history
  3. Improve ResolveMainClassHandler.resolveMainClassUnderPaths (microsoft…

    …#596)
    
    Co-authored-by: wenyt <75360946+wenytang-ms@users.noreply.github.com>
    snjeza and wenytang-ms authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    a209e39 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

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

Commits on Aug 25, 2025

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

Commits on Aug 26, 2025

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

Commits on Sep 3, 2025

  1. Add AI triage workflow and LLM documentation for automated issue mana…

    …gement (microsoft#606)
    
    * Initial plan
    
    * Add triage agent workflow and LLM documentation from vscode-gradle
    
    Co-authored-by: chagong <831821+chagong@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: chagong <831821+chagong@users.noreply.github.com>
    Copilot and chagong authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    614b10d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Update target platform to 4.38 (microsoft#607)

    The 4.37 builds disappeared, breaking the build.
    mfussenegger authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    ab5d534 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    4c80493 View commit details
    Browse the repository at this point in the history
  2. Update tycho-version 5.0.0 (microsoft#598)

    * Update tycho-version 4.0.13
    
    upgrade tycho
    
    * bump JavaSE-11 to JavaSE-21 of eclipse config
    
    * Update maven-wrapper.properties
    
    bump maven wrapper 3.0.11
    
    * Update pom.xml
    
    bump tycho 5.0.0
    
    * mvn wrapper:wrapper -Dmaven=3.9.11
    
    ---------
    
    Co-authored-by: Changyong Gong <shawn.gong@hotmail.com>
    mozhuanzuojing and chagong authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    6ff8465 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Update build.yml add distribution: 'temurin' of JDK (microsoft#600)

    * Update build.yml add  distribution: 'temurin' of `JDK`
    
    add distribution: 'temurin' of JavaSE-21
    
    * upgrade actions v4 、v5
    
    * format yml
    
    ---------
    
    Co-authored-by: Changyong Gong <shawn.gong@hotmail.com>
    Co-authored-by: wenyt <75360946+wenytang-ms@users.noreply.github.com>
    3 people authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    dabcc49 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

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

Commits on Nov 24, 2025

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

Commits on Dec 9, 2025

  1. Fix lspFrame.source NPE on stackTrace request (microsoft#616)

    * Fix lspFrame.source NPE on stackTrace request
    
    Follow up to:
    
    - microsoft#614
    - microsoft#609
    
    With the change to set the line number to 0 the jdiLineNumber !=
    lspFrame.line comparison can evaluate to true:
    
        dap> lspFrame
        Types$StackFrame@78
          column: 1
          id: 6
          line: 0
          name: "0x000000002f0bc000.invokeVirtual(Object,Object)"
          presentationHint: "subtle"
          source: null
    
        dap> jdiLineNumber
        -1
    
    `source` being null caused an NPE
    
    * Fix line number comparison in StackTraceRequestHandler
    
    ---------
    
    Co-authored-by: Changyong Gong <shawn.gong@hotmail.com>
    mfussenegger and chagong authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    81339de View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. fix: lspFrame.source.path is null (microsoft#618)

    * fix: lspFrame.source.path is null
    
    * fix: update bundle location
    chagong authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    9623b8f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. feat: support suspend all setting (microsoft#619)

    * feat: support suspend all setting
    
    * fix: handle stoppedEvent for suspend policy change
    
    * fix: not allow change policy during a live debug session
    
    * fix: format issue
    
    * fix: let step command execute for current thread
    
    * fix: remove unused import
    
    * fix: apply suspend policy to exception breakpoint
    
    * fix: improve naming
    chagong authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    31dd8ee View commit details
    Browse the repository at this point in the history
Loading