Enso Debugger
April 28, 2026 ยท View on GitHub
Various documents related to Enso debugging facilities are collected herein:
- Chrome devtools debugger: - debug Enso code using widely known Chrome devtools - comfortable for frontend developers.
- Runtime Debugging: - debug Enso code & the internal JVM code at once in VSCode, IGV and NetBeans.
- Native Debugging - debug Java (and Scala)
internals inside of native image
ensolauncher - Debug adapter protocol: - debug Enso code only using VSCode's DAP.
- GUI Debugging: - debug Enso GUI code in VSCode
- Enso own Debug Protocol: describes protocol of the REPL Debugger.
- Debugging Ydoc Server inside of the
ensoengine
Related
- Profiling the engine: provides hints on profiling the Enso engine