Add debug_levels and turn off stack_traces by default, but save enough info about the last interaction with the top-level loop to enable re-running to problem spot with debugging on if it happens, and it works! This is the first step towards the opt/non-opt-wrap work while maintaining debugability
This commit is contained in:
@@ -898,7 +898,7 @@
|
||||
|
||||
|
||||
; This causes ?infinate? recursion, doesn't happen if "if" is replaced with cond
|
||||
(test_func (vau (x) (if x (COMICAL 0) 0)))
|
||||
;(test_func (vau (x) (if x (COMICAL 0) 0)))
|
||||
|
||||
|
||||
;(and_fold (foldl and true '(true true false true)))
|
||||
|
||||
Reference in New Issue
Block a user