This repository was archived by the owner on Jan 22, 2026. It is now read-only.
[pull] master from microsoft:master#20
Open
pull[bot] wants to merge 50 commits into
Open
Conversation
* Use -m prefix only when the main class is contained in a module Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Fix -m args Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
…305) * Support searching main classes from the workspace invisible project Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Address review comment Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
#308) Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Support Data Breakpoint Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Address review comments Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Throw unsupported exception when set log message to data breakpoint Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
* Use project's java runtime to launch the application Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * make checkstyle happy Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * address review comments Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
May be helpful for people who try to use java-debug with other clients than Visual Studio Code.
…threads (#325) * Fix race competition when the breakpoint needs be evaluated in multi threads Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Use thread-safe map Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Fix gradle test scope Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * make checkstyle happy Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Improve the HCR workflow Signed-off-by: Jinbo Wang <jinbwan@Jinbos-MacBook-Pro.local> * refine the error message Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> Co-authored-by: Jinbo Wang <jinbwan@Jinbos-MacBook-Pro.local>
* Skip the specified classes when breaking on exception or stepping Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * remove unused code Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Address review comments Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Show the method return value when stepping out Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Clear the cached method results when pause/continue current thread Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Add an icon to method return value Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Refine the key for the return value Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Handle the emoji display support issue for different platform Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
…ption breakpoint (#340) Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* #624 "copy value" from variables debugger window not working * Support copy variable to clipboard Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> Co-authored-by: Michel Moreira <michel@michelmoreira.eti.br>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Dedup the changed classes before hot reload Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Make checkstyle happy
…gger and debuggee (#353) * Use the correct runtime to validate the JVM versions between the debugger and debuggee * Resolve java version from the system library jar
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
…by JLS (#359) * Sort completion by relevance & respect completion filters registered by JLS * Make checkstyle happy
…ebug sessions in parallel (#360) * Avoid using the same temporary launch file when triggering multiple debug sessions in parallel * Fix checkstyle
Signed-off-by: Sheng Chen <sheche@microsoft.com>
* Leverage AST and Java Runtime to resolve inline values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]. Want to support this open source service? Please star it : )