You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add debug/toolbar button to reload changed classes (#586)
* Add debug/toolbar button to reload changed classes
Signed-off-by: Jinbo Wang <[email protected]>
* Make tslint happy
Signed-off-by: Jinbo Wang <[email protected]>
* Show a warning when autobuild is disabled
Signed-off-by: Jinbo Wang <[email protected]>
* Address review comments
Signed-off-by: Jinbo Wang <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,10 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht
95
95
-`java.debug.settings.showQualifiedNames`: show fully qualified class names in "Variables" viewlet, defaults to `false`.
96
96
-`java.debug.settings.showLogicalStructure`: show the logical structure for the Collection and Map classes in "Variables" viewlet, defaults to `true`.
97
97
-`java.debug.settings.maxStringLength`: the maximum length of string displayed in "Variables" or "Debug Console" viewlet, the string longer than this length will be trimmed, defaults to `0` which means no trim is performed.
98
-
-`java.debug.settings.enableHotCodeReplace`: enable hot code replace for Java code. Make sure the auto build is not disabled for [VSCode Java](https://github.com/redhat-developer/vscode-java). See the [wiki page](https://github.com/Microsoft/vscode-java-debug/wiki/Hot-Code-Replace) for more information about usages and limitations.
98
+
-`java.debug.settings.hotCodeReplace`: Reload the changed Java classes during debugging, defaults to `manual`. Make sure `java.autobuild.enabled` is not disabled for [VSCode Java](https://github.com/redhat-developer/vscode-java). See the [wiki page](https://github.com/Microsoft/vscode-java-debug/wiki/Hot-Code-Replace) for more information about usages and limitations.
99
+
- manual - Click the toolbar to apply the changes.
100
+
- auto - Automatically apply the changes after compilation.
101
+
- never - Never apply the changes.
99
102
-`java.debug.settings.enableRunDebugCodeLens`: enable the code lens provider for the run and debug buttons over main entry points, defaults to `true`.
100
103
-`java.debug.settings.forceBuildBeforeLaunch`: force building the workspace before launching java program, defaults to `true`.
0 commit comments