mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
.. | ||
chrome-devtools.md | ||
dap.md | ||
mixed-debugging.md | ||
protocol.md | ||
README.md | ||
runtime-debugging.md |
layout | title | category | tags | order | |||
---|---|---|---|---|---|---|---|
section-summary | Debugger | debugger |
|
0 |
Enso Debugger
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.