Tags: oujunke/java-debug
Tags
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
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 <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>