mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
997e0fc465
* Q: Is it normal for `--inspect` mode to print two debug urls? * A: No, it should print just one. * Q: Putting there a Java breakpoint to find out why it the chromeinspector gets initialized twice might reveal the culprit. * A: The additional listener is happening [here](https://github.com/enso-org/enso/blob/develop/engine/runner/src/main/scala/org/enso/runner/ContextFactory.scala#L117). # Important Notes There is no easy check for a language being present without creating an `Engine`. It was thought creating an `Engine` is cheap operation, but it seems to have some downsides. Let's use `ENSO_JAVA` environment variable to decide whether _experimental Espresso_ support shall be enabled. |
||
---|---|---|
.. | ||
jupyter-kernel/enso | ||
src |