![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
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>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 |
Debugger used by the VM when an error or a breakpoint is reached.
Definition in file Debugger.hpp.