layout | title | category | tags | order | |||
---|---|---|---|---|---|---|---|
section-summary |
Debugger |
debugger |
|
0 |
This folder contains all documentation pertaining to the debugging facilities used by Enso, broken up as follows:
- The Enso Debugger Protocol: The protocol for the REPL Debugger.
- Chrome devtools debugger: A guide how to debug Enso code using Chrome devtools.
- Debug adapter protocol: A guide how to debug Enso code using VSCode.
- Debugging Engine (Runtime) only Java code: A guide how to debug Enso code & the internal Java code.