-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: debedb/java-debug
base: main
head repository: microsoft/java-debug
compare: main
- 18 commits
- 36 files changed
- 10 contributors
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bccb480 - Browse repository at this point
Copy the full SHA bccb480View commit details
Commits on Jun 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a1f68f4 - Browse repository at this point
Copy the full SHA a1f68f4View commit details
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 36a6b3f - Browse repository at this point
Copy the full SHA 36a6b3fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c7642bc - Browse repository at this point
Copy the full SHA c7642bcView commit details -
Improve ResolveMainClassHandler.resolveMainClassUnderPaths (microsoft…
…#596) Co-authored-by: wenyt <75360946+wenytang-ms@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a209e39 - Browse repository at this point
Copy the full SHA a209e39View commit details
Commits on Aug 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 65dcd3d - Browse repository at this point
Copy the full SHA 65dcd3dView commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3bec8be - Browse repository at this point
Copy the full SHA 3bec8beView commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 77d10aa - Browse repository at this point
Copy the full SHA 77d10aaView commit details
Commits on Sep 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 614b10d - Browse repository at this point
Copy the full SHA 614b10dView commit details
Commits on Oct 11, 2025
-
Update target platform to 4.38 (microsoft#607)
The 4.37 builds disappeared, breaking the build.
Configuration menu - View commit details
-
Copy full SHA for ab5d534 - Browse repository at this point
Copy the full SHA ab5d534View commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4c80493 - Browse repository at this point
Copy the full SHA 4c80493View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6ff8465 - Browse repository at this point
Copy the full SHA 6ff8465View commit details
Commits on Nov 10, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for dabcc49 - Browse repository at this point
Copy the full SHA dabcc49View commit details
Commits on Nov 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 905c7ba - Browse repository at this point
Copy the full SHA 905c7baView commit details
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b62897e - Browse repository at this point
Copy the full SHA b62897eView commit details
Commits on Dec 9, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 81339de - Browse repository at this point
Copy the full SHA 81339deView commit details
Commits on Dec 16, 2025
-
fix: lspFrame.source.path is null (microsoft#618)
* fix: lspFrame.source.path is null * fix: update bundle location
Configuration menu - View commit details
-
Copy full SHA for 9623b8f - Browse repository at this point
Copy the full SHA 9623b8fView commit details
Commits on Jan 29, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 31dd8ee - Browse repository at this point
Copy the full SHA 31dd8eeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main