Commits
main
Name already in use
Commits on May 26, 2023
Commits on May 12, 2023
-
Add a task to sign maven artifacts with gpg (#485)
* Add a task to sign maven artifacts with gpg
Commits on Apr 24, 2023
-
Support set exception breakpoint asynchronously & bump veriosn to 0.4…
…5.0 (#482) * Support set exception breakpoint asynchronously & bump veriosn to 0.45.0
Commits on Apr 23, 2023
-
Support specifying the exception types you want to break on (#481)
* support specifying the exception types you want to break on
Commits on Mar 7, 2023
-
-
Add LSP4J 0.20.0 to the target platform. (#473)
- JDT-LS now uses LSP4J 0.20.0, which is not available in Orbit or the main release repository Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
Commits on Feb 1, 2023
Commits on Jan 12, 2023
-
prioritize lookup the project source code during debugging (#463)
* prioritize lookup the project source code during debugging * fix null check
Commits on Nov 28, 2022
Commits on Nov 21, 2022
-
Only pop-up build errors notification when the errors are on the runn…
…ing project's classpath (#459)
Commits on Nov 16, 2022
Commits on Nov 15, 2022
Commits on Nov 8, 2022
Commits on Oct 31, 2022
Commits on Oct 27, 2022
-
-
Fix and improve targets and stepin
Improve to only show valid targets within an expression, also added support for stepin into unloaded classes by delaying the stepin.
-
Add support for StepInTarget request
The change implement the StepInTarget request and also update the StepRequestHandler to support StepInTarget as well.
Commits on Oct 12, 2022
Commits on Oct 8, 2022
Commits on Sep 28, 2022
Commits on Sep 21, 2022
-
-
Support for debugging virtual threads (#441)
* Support for debugging virtual threads
Commits on Sep 13, 2022
Commits on Sep 1, 2022
Commits on Aug 31, 2022
-
Perf: support sending JDWP commands asynchronously (#436)
* Perf: support sending JDWP commands asynchronously
Commits on Aug 29, 2022
-
Provide an option to dump the DAP perf (#435)
* Provide an option to dump the DAP perf
Commits on Aug 4, 2022
-
Add support for lambda breakpoints (#427)
* Add support for lambda breakpoints The support for method header breakpoints was extended to support lambda breakpoints using the vscode inline breakpoint feature. * Optimize lambda search Only search for lambda when the breakpoing is an inline breakpoint. Add support for any column position within lambda expression. * Improve for multi line and multi lambdas * Improve lambda breakpoints - Only support for expressions. - The inline breakpoint should be before the expression start. * Remove the unnecessary nodeType check Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
Commits on Jul 25, 2022
Commits on Jul 22, 2022
-
Show target VM exceptions as result in evaluate requests (#428)
This changes the result of an expression like `Long.parseLong("foo")` sent to the evaluate handler from: org.eclipse.debug.core.DebugException: com.sun.jdi.InvocationException: Exception occurred in target VM occurred invoking method. to the actual exception: NumberFormatException@76 "java.lang.NumberFormatException: For input string: "foo"" backtrace: Object[6]@82 cause: NumberFormatException@76 depth: 46 detailMessage: "For input string: "foo"" stackTrace: StackTraceElement[0]@84 suppressedExceptions: Collections$EmptyList@85 size=0