mirror of
https://github.com/enso-org/enso.git
synced 2024-12-02 02:14:12 +03:00
22 lines
664 B
Markdown
22 lines
664 B
Markdown
---
|
|
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.
|
|
- [**Debug adapter protocol:**](./dap.md) A guide how to debug Enso code using
|
|
VSCode.
|
|
- [**Debugging Engine (Runtime) only Java code:**](./runtime-debugging.md) A
|
|
guide how to debug Enso code & the internal Java code.
|