修改readme

This commit is contained in:
xiayuqi 2024-11-07 14:12:15 +08:00
parent 089075bdcc
commit cde3c7c747
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Java Debug(Support OpenJDK11)
# Kylin Java Debug(Support OpenJDK11)
- Fork of vscjava.vscode-java-debug, modified on the lower version to support OpenJDK 11
- Modified based on the version 0.46 of vscode-java-debug
- A lightweight Java Debugger. It depends on the [Java(Support OpenJDK11)](https://open-vsx.org/?search=kylinideteam.java)
- A lightweight Java Debugger. It depends on the [Kylin Java(Support OpenJDK11)](https://open-vsx.org/?search=kylinideteam.java)
## Overview
Features:
@ -18,9 +18,9 @@ Features:
- Hot Code Replace
## Requirements
- JDK (version 1.8.0 or later), but Java(Support OpenJDK11) needs JDK11 or later, so JDK11 or later
- JDK (version 1.8.0 or later), but Kylin Java(Support OpenJDK11) needs JDK11 or later, so JDK11 or later
- VSCode API (version 1.19.0 or later)
- [Java(Support OpenJDK11)](https://open-vsx.org/?search=kylinideteam.java)
- [Kylin Java(Support OpenJDK11)](https://open-vsx.org/?search=kylinideteam.java)
## Use
- Launch VSCode or kylin-ide, or something like VSCode
@ -111,7 +111,7 @@ Features:
- `java.debug.settings.showToString`: show 'toString()' value for all classes that override 'toString' method in "Variables" viewlet, defaults to `true`.
- `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.
- `java.debug.settings.numericPrecision`: the precision when formatting doubles in "Variables" or "Debug Console" viewlet.
- `java.debug.settings.hotCodeReplace`: Reload the changed Java classes during debugging, defaults to `manual`. Make sure `java.autobuild.enabled` is not disabled for Java(Support OpenJDK11) extension.
- `java.debug.settings.hotCodeReplace`: Reload the changed Java classes during debugging, defaults to `manual`. Make sure `java.autobuild.enabled` is not disabled for Kylin Java(Support OpenJDK11) extension.
- `manual` - Click the toolbar to apply the changes.
- `auto` - Automatically apply the changes after compilation.
- `never` - Never apply the changes.