move throw to preverve Error type; turn off debugger for tryEval

This commit is contained in:
Ben Burdette
2022-04-08 12:34:27 -06:00
parent 1a93ac8133
commit b8b8ec7101
8 changed files with 361 additions and 140 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ public:
bool debugStop;
bool debugQuit;
std::list<DebugTrace> debugTraces;
void debug_throw(Error e);
void debugLastTrace(Error & e);
private:
SrcToStore srcToStore;