add debugger framework

with function:backtrace,run,help,show global/local/upvalue,exit
This commit is contained in:
ValKmjolnir
2021-12-20 21:33:22 +08:00
parent 6a543f2aa7
commit 189d49fa4a
11 changed files with 440 additions and 117 deletions
+1
View File
@@ -135,5 +135,6 @@ std::string rawstr(const std::string& str)
#include "nasal_builtin.h"
#include "nasal_codegen.h"
#include "nasal_vm.h"
#include "nasal_dbg.h"
#endif