mirror of
https://github.com/janet-lang/janet
synced 2025-09-11 15:26:07 +00:00
Fix up debug/step and janet_step.
Also allow debugging on all signals, including errors. This is gated behind (setdyn :debug true) in the repl.
This commit is contained in:
@@ -6,3 +6,6 @@
|
||||
(for i 0 10 (print i)))
|
||||
|
||||
(debug/fbreak myfn 3)
|
||||
|
||||
# Enable debugging in repl with
|
||||
# (setdyn :debug true)
|
||||
|
Reference in New Issue
Block a user