2020-06-05 11:48:16 +03:00
|
|
|
---
|
|
|
|
layout: section-summary
|
|
|
|
title: Debugger
|
|
|
|
category: debugger
|
|
|
|
tags: [debugger, repl, readme]
|
|
|
|
order: 0
|
|
|
|
---
|
|
|
|
|
|
|
|
# Debugger
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2020-06-05 11:48:16 +03:00
|
|
|
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:**](./protocol.md) The protocol for the Debugger
|