ArkScript
A small, lisp-inspired, functional scripting language
Debugger.hpp File Reference

Debugger used by the VM when an error or a breakpoint is reached. More...

#include <vector>
#include <memory>
#include <string>
#include <optional>
#include <filesystem>
#include <Ark/Compiler/Common.hpp>
#include <Ark/VM/Value/Value.hpp>
#include <Ark/VM/ExecutionContext.hpp>
Include dependency graph for Debugger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ark::internal::SavedState
 
struct  Ark::internal::CompiledPrompt
 
class  Ark::internal::Debugger
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Debugger used by the VM when an error or a breakpoint is reached.

Author
Lexy Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Date
2026-01-12

Definition in file Debugger.hpp.