This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Tags: Mattlk13/java-debug
Tags
Use proper scheduler to unblock request/response streams (microsoft#141) * Use proper scheduler to unblock request/response streams * Schedule request processing on a new thread * Catch exception when parsing message data
Provide launchInTerminal feature to support console input (microsoft#122 ) * Provide launchInTerminal feature to support console input Signed-off-by: Jinbo Wang <[email protected]> * Use thenCompose to handle null response case
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
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 <[email protected]> * add vscode bug number Signed-off-by: Jinbo Wang <[email protected]> * fix review comments Signed-off-by: Jinbo Wang <[email protected]>