Skip to content

Tags: oujunke/java-debug

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Provide launchInTerminal feature to support console input (microsoft#122

)

* Provide launchInTerminal feature to support console input

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Use thenCompose to handle null response case

0.3.1

Toggle 0.3.1's commit message
upgrade with new version 0.3.1 for hotfix, while the main modificatio…

…n is in the js side, upgrade the version accordingly

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add user settings (microsoft#94)

* add user settings

* add debug settings feature

* update java doc for json format of configuration.

* update setting names

* merge log level together with other settings

* add private ctor for DebugSettings to avoid create DebugSettings instance

* using JsonUtil to fill settings.

* merge log level together with other settings

* rollback useless code changes changed by code formater

* rollback useless code changes changed by code formater

0.2.0

Toggle 0.2.0's commit message
fix the inconsistent uri issue for set breakpoint request (microsoft#84)

* fix the inconsistent uri issue for set breakpoint request

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* add vscode bug number

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* fix review comments

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

0.1.0

Toggle 0.1.0's commit message
add set log level handler for setting log level from vscode side. (mi…

…crosoft#47)

* add set log level handler for setting log level from vscode side.

* disable jdt log for unmatched level.

* revert local debug changes

* reset log levels for logger handler.