mirror of
https://github.com/enso-org/enso.git
synced 2024-11-09 17:51:29 +03:00
.. | ||
protocol.md | ||
README.md |
layout | title | category | tags | order | |||
---|---|---|---|---|---|---|---|
section-summary | Debugger | debugger |
|
0 |
Debugger
The Enso Debugger allows amongst other things, to execute arbitrary expressions in a given execution context - this is used to implement a debugging REPL. The REPL can be launched when triggering a breakpoint in the code.
This folder contains all documentation pertaining to the REPL and the debugger, which is broken up as follows:
- The Enso Debugger Protocol: The protocol for the Debugger