File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,19 @@ class DebuggerSample {
122
122
}
123
123
}
124
124
```
125
- When running on OpenJDK, the following Maven dependency must be declared to use the Chrome Inspector tool from an embedding :
125
+ When running on OpenJDK, the following Maven dependencies must be declared to use the Chrome Inspector tool with embedded code :
126
126
127
127
``` xml
128
+ <dependency >
129
+ <groupId >org.graalvm.polyglot</groupId >
130
+ <artifactId >polyglot</artifactId >
131
+ <version >${graalvm.polyglot.version}</version >
132
+ </dependency >
128
133
<dependency >
129
134
<groupId >org.graalvm.tools</groupId >
130
135
<artifactId >chromeinspector</artifactId >
131
- <version >${graalvm.version}</version >
136
+ <version >${graalvm.polyglot. version}</version >
132
137
</dependency >
133
138
```
139
+
134
140
The Chrome Inspector tool is always available as a tool on GraalVM. No dependency needs to be explicitly declared there.
You can’t perform that action at this time.
0 commit comments