Per Rovegård
Per Rovegård
Apologies for the delay. I can reproduce the bug but I have no solution yet.
@davidpcaldwell I also noticed the URL doesn't work. The new one seems to be: devtools://devtools/bundled/inspector.html?ws=${listenAddr.host}:${listenAddr.port}/dbg I have some unpushed commits, will push them shortly. @mskcork I have been swamped with...
Ok, I tried this morning and it stopped on breakpoints when running the target with OpenJDK 13, but not OpenJDK11-OpenJ9.
@davidpcaldwell which JDK do you use?
@benoitcerrina which JDK do you use?
@mskcork the error in the log file tells us that the remote JVM does not recognize `java.lang.Object[]` for the class loader in question. This is quite odd. I have opened...
@mskcork there should be a fix in the OpenJ9 project, see the linked issue. I do not know when that fix will make it into a release. @benoitcerrina @davidpcaldwell if...
Chrome does this: 
Yes I saw the same. I don't think there is much to do. When I added forced uses of all locals, this behavior disappeared.
Do you plan on making a release with the fix in the next few days? I'm considering if I should add the workaround to our pipeline, but if a new...