OS
Size: a a a
OS
ЖМ
OS
ЖМ
OS
polyglot.inspect
?ЖМ
OS
String port = "4242";
String path = "session-identifier";
String remoteConnect = "true";
Context context = Context.newBuilder("js")
.option("inspect", port)
.option("inspect.Path", path)
.option("inspect.Remote", remoteConnect)
.build();
String hostAdress = "localhost";
String url = String.format(
"chrome-devtools://devtools/bundled/inspector.html?ws=%s:%s/%s",
hostAdress, port, path);
ЖМ
Context context = Context.newBuilder("js")
.allowAllAccess(true)
.out(outputStream)
.err(errorStream)
// .engine(engine)
.option("inspect", "localhost:3027")
.option("inspect.Path", activeId)
// .option("inspect.Remote", "true")
// .option("inspect", "localhost:3027")
// .option("inspect.Suspend", "true")
.build();
OS
RR
OS
ЖМ
Could not find option with name inspect.Remote
.AE
OC
OS
OS
OS
ПФ
OS
OS