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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,9 @@ To install the **Java DebugX** extension in Visual Studio Code:
48
48
3. Search for **Java DebugX**.
49
49
4. Click **Install**.
50
50
51
-
Alternatively, you can install it directly from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=soumyaprasadrana.vscode-java-debugx).
51
+
Here's the updated section with the Open VSX URL included:
52
+
53
+
> Alternatively, you can install it directly from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=soumyaprasadrana.vscode-java-debugx) or from [Open VSX](https://open-vsx.org/extension/soumyaprasadrana/vscode-java-debugx).
52
54
53
55
## Getting Started
54
56
@@ -58,14 +60,15 @@ Once installed, the extension is activated when a Java project is opened. You ca
58
60
59
61
-**Start Macro Recording**: Begin recording your debugging session. This will capture step-ins, step-outs, and breakpoints.
60
62
-**Stop Macro Recording**: Stop recording and save the session data.
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
{
2
2
"name": "vscode-java-debugx",
3
3
"displayName": "Java DebugX",
4
-
"description": "An enhanced Java debugging experience for Visual Studio Code with advanced macro recording and playback capabilities. Supports step-in, step-out, breakpoints, and customizable debugging sessions in JSON format.",
4
+
"description": "Java DebugX enhances Java debugging in Visual Studio Code by providing advanced features such as macro recording, runtime insights, and dynamic method invocation.",
0 commit comments