mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
8e49255d92
# Important Notes
#### The Plot
- there used to be two kinds of benchmarks: in Java and in Enso
- those in Java got quite a good treatment
- there even are results updated daily: https://enso-org.github.io/engine-benchmark-results/
- the benchmarks written in Enso used to be 2nd class citizen
#### The Revelation
This PR has the potential to fix it all!
- It designs new [Bench API](
|
||
---|---|---|
.. | ||
chrome-devtools.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.
- Debugging Enso and Java code at once: A step-by-step guide how to debug both Enso and Java code in a single debugger.
- Debugging Engine (Runtime) only Java code: A guide how to debug the internal Engine Java code.