1
0
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:
Calvin Rose
2019-11-25 20:00:13 -06:00
parent a0a980e0ef
commit 7df0ec6aed
3 changed files with 42 additions and 29 deletions

View File

@@ -6,3 +6,6 @@
(for i 0 10 (print i)))
(debug/fbreak myfn 3)
# Enable debugging in repl with
# (setdyn :debug true)