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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,15 @@
12
12
## Features
13
13
14
14
-**Macro Recording and Playback**: Record debugging sessions, including step-ins, step-outs, and breakpoints. Play back the recorded sessions at any time.
-**Search External Files**: Search and index external files during debugging to improve traceability.
18
25
-**Customizable File Patterns**: Define which files to include when indexing external files.
19
26
@@ -26,7 +33,7 @@ To install the **Java DebugX** extension in Visual Studio Code:
26
33
27
34
1. Open **Visual Studio Code**.
28
35
2. Go to the **Extensions** view by clicking on the Extensions icon in the Activity Bar or pressing `Ctrl+Shift+X`.
29
-
3. Search for **Vscode Java DebugX**.
36
+
3. Search for **Java DebugX**.
30
37
4. Click **Install**.
31
38
32
39
Alternatively, you can install it directly from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=soumyaprasadrana.vscode-java-debugx).
@@ -79,7 +86,11 @@ To generate a sample bridge configuration file:
79
86
80
87
This will generate a new bridge configuration file in your workspace, which you can modify to create your custom bridge logic.
The macro recording feature is well-tested when your debug session interacts with only a single thread. However, if you are debugging multiple threads simultaneously, the events will be recorded but playback might not work as expected. We are actively working on improving support for multi-threaded debugging sessions.
83
94
84
95
## Development
85
96
@@ -93,14 +104,7 @@ If you'd like to contribute or develop the extension locally, follow these steps
93
104
```bash
94
105
npm install
95
106
```
96
-
3. Build the extension:
97
-
```bash
98
-
npm run build-prod
99
-
```
100
-
4. Launch the extension in VS Code with:
101
-
```bash
102
-
npm run watch
103
-
```
107
+
3. Launch the extension in VS Code with from debug view
0 commit comments