修改readme
This commit is contained in:
parent
dd61769037
commit
9d7addae0a
|
@ -3,7 +3,7 @@
|
|||
# 中文描述
|
||||
|
||||
## 概述
|
||||
这是一个基于 [Java Debug Server](https://github.com/Microsoft/java-debug) 的轻量级 Java 调试器,它扩展了 [Red Hat 的 Java 语言支持](https://marketplace.visualstudio.com/items?itemName=redhat.java)。它允许用户使用 IDE调试 Java 代码。以下是其功能列表:
|
||||
这是一个基于 [Java Debug Server](https://github.com/Microsoft/java-debug) 的轻量级 Java 调试器,它扩展了 [Red Hat 的 Java 语言支持](https://open-vsx.org/?search=kylinideteam.java)。它允许用户使用 IDE调试 Java 代码。以下是其功能列表:
|
||||
|
||||
1. 支持 Java 8 和 11。
|
||||
2. 支持远程调试。
|
||||
|
@ -130,7 +130,7 @@ form.addEventListener('submit', function(event) {
|
|||
Modified based on the version 0.46 of vscode-java-debug
|
||||
|
||||
## Overview
|
||||
A lightweight Java Debugger based on [Java Debug Server](https://github.com/Microsoft/java-debug) which extends the [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java). It allows users to debug Java code using IDE. Here's a list of features:
|
||||
A lightweight Java Debugger based on [Java Debug Server](https://github.com/Microsoft/java-debug) which extends the [Language Support for Java by Red Hat](https://open-vsx.org/?search=kylinideteam.java). It allows users to debug Java code using IDE. Here's a list of features:
|
||||
|
||||
- Launch/Attach
|
||||
- Breakpoints/Conditional Breakpoints/Logpoints
|
||||
|
|
Loading…
Reference in New Issue