--- layout: section-summary title: Debugger category: debugger tags: [debugger, repl, readme] order: 0 --- # Enso Debugger This folder contains all documentation pertaining to the debugging facilities used by Enso, broken up as follows: - [**The Enso Debugger Protocol:**](./protocol.md) The protocol for the REPL Debugger. - [**Chrome devtools debugger:**](./chrome-devtools.md) A guide how to debug Enso code using Chrome devtools. - [**Debugging Enso and Java code at once:**](./mixed-debugging.md) A step-by-step guide how to debug both Enso and Java code in a single debugger. - [**Debugging Engine (Runtime) only Java code:**](./runtime-debugging.md) A guide how to debug the internal Engine Java code.