Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
2f2b2de
make loggers non-static
mzarnowski Jul 19, 2019
4c35a1f
propagate loggers from ProtocolServer
mzarnowski Jul 19, 2019
3536779
create explicit type for logger factory
mzarnowski Jul 22, 2019
0df2ed6
revert to ignoring case when comparing fields' names
Jul 31, 2019
244576a
Merge pull request #1 from marek1840/make-logging-customizable
jvican Jul 31, 2019
651e414
Merge branch 'main' of github.com:microsoft/java-debug into microsoft…
adpi2 Jun 11, 2021
0c44812
Fix logger customization
adpi2 Jun 14, 2021
640ae67
Merge branch 'microsoft-main' into main
adpi2 Jun 14, 2021
4a6c57d
Fix unused imports
adpi2 Jun 14, 2021
e3c40ce
Deploy custom java-debug-core
adpi2 Jun 15, 2021
bf9a6e4
Merge pull request #3 from adpi2/deploy-snapshot
adpi2 Jun 15, 2021
cb56e1b
Bump version to 0.33.0 (#386)
testforstephen Sep 23, 2021
9d88e12
Revert "Bump version to 0.33.0 (#386)"
adpi2 Feb 25, 2022
38a87db
Merge tag '0.34.0' into main
adpi2 Feb 25, 2022
be7fad7
Add IStepFilterProvider
adpi2 Jul 7, 2022
e6560ba
fix style
adpi2 Jul 7, 2022
55b5e69
Fix pom files
adpi2 Jul 8, 2022
8b510c5
Run CI on branch 0.34.0+x
adpi2 Jul 8, 2022
60c4a76
Up version to 0.34.0+2
adpi2 Jul 8, 2022
c41a93e
Merge pull request #7 from adpi2/0.34.0+2
adpi2 Jul 8, 2022
f56bf57
Add filtering for step out
adpi2 Jul 15, 2022
814a43b
fix version of eclipse snapshot
adpi2 Jul 15, 2022
2c17e86
Merge pull request #8 from scalacenter/filter-step-out
adpi2 Jul 18, 2022
06e34c6
Prepare release 0.34.0+3
adpi2 Jul 18, 2022
b880873
fix stepping out filter
adpi2 Jul 18, 2022
b39d1c0
Prepare release 0.34.0+4
adpi2 Jul 18, 2022
6b3160c
Add shouldStepOut in StepFilterProvider
adpi2 Oct 2, 2022
718d782
Release 0.34.0+5
adpi2 Oct 2, 2022
4d19fec
Reorder step filter logic
adpi2 Oct 3, 2022
be72edb
Fix restart frame handler
adpi2 Oct 4, 2022
a67da2e
Bump version to 0.34.0+7-SNAPSHOT
adpi2 Oct 4, 2022
7d92828
Fix step handler when upperFrame is null
adpi2 Oct 4, 2022
36a426d
Release 0.34.0+7
adpi2 Oct 5, 2022
9e23f5b
Always disable pending step request before stopping thread
adpi2 Oct 18, 2022
d289974
Skip breakpoint if shouldSkipOver
adpi2 Oct 18, 2022
11bf651
Release 0.34.0+8
adpi2 Oct 19, 2022
acd27e0
Deactivate evaluate for hovers
adpi2 Oct 20, 2022
d91006d
Release 0.34.0+9
adpi2 Oct 20, 2022
c4af552
Fix Java doc generation
adpi2 Oct 28, 2022
bdf8433
update .project
adpi2 Nov 3, 2022
798d5f7
Add format in IStepFilterProvider
aymanelamyaghri Mar 30, 2023
5c4ff53
rename formatMethodSig
aymanelamyaghri May 11, 2023
bf0ce15
Fix Java 8 compat
aymanelamyaghri May 11, 2023
14854c6
Rename IStepFilterProvider to IStackTraceProvider
adpi2 Jun 16, 2023
23df7eb
Open VariableUtils API (#9)
iusildra Jun 20, 2023
a4018d0
all providers getter
iusildra Aug 9, 2023
57e71e9
getProviders returns a list
adpi2 Aug 15, 2023
d5608e5
catch all throwables from dispatch request
adpi2 Dec 21, 2023
39b44d1
Reinstall all breakpoints in files that changed
adpi2 Feb 9, 2024
901d541
Introduce DecodedMethod
adpi2 Feb 22, 2024
f94ff12
Quick and dirty fix of scala-debug-adapter#664
adpi2 Feb 22, 2024
b87d910
Revert "Quick and dirty fix of scala-debug-adapter#664"
adpi2 Mar 6, 2024
d53200a
Use subtle presentation hint for generated methods
adpi2 Mar 11, 2024
2f1fd9b
decode variable
SaadAissa Jul 9, 2024
a49309b
decode variables and fields basics
SaadAissa Jul 16, 2024
f6b68c7
exceptions when notFound
SaadAissa Jul 23, 2024
9a8cf3b
don't show static fields
SaadAissa Jul 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release 0.34.0+7
  • Loading branch information
adpi2 committed Oct 5, 2022
commit 36a426d19651ca7096450b98d35d95dbf2c8787c
2 changes: 1 addition & 1 deletion com.microsoft.java.debug.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>${base.name} :: Debugger Core</name>
<description>The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.</description>
<url>https://github.com/scalacenter/java-debug</url>
<version>0.34.0+7-SNAPSHOT</version>
<version>0.34.0+7</version>
<properties>
<base.name>Java Debug Server for Visual Studio Code</base.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Bundle-ClassPath: lib/commons-io-2.10.0.jar,
.,
lib/rxjava-2.1.1.jar,
lib/reactive-streams-1.0.0.jar,
lib/com-microsoft-java-debug-core-0.34.0+7-SNAPSHOT.jar
lib/com-microsoft-java-debug-core-0.34.0+7.jar
2 changes: 1 addition & 1 deletion com.microsoft.java.debug.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<artifactItem>
<groupId>ch.epfl.scala</groupId>
<artifactId>com-microsoft-java-debug-core</artifactId>
<version>0.34.0+7-SNAPSHOT</version>
<version>0.34.0+7</version>
</artifactItem>
</artifactItems>
</configuration>
Expand Down