X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=debugging.4th;h=907f83299bfb55978bd52e29f067cc8ba0a91de6;hb=a95efe1cb2d3774471bb9c0fe4628abe09032ca6;hp=54e17a5f622a1869c13d701f5d4c2ebd37fb9a27;hpb=1e77138f35f12ccc6fe20d943482ac6b57c3f7cd;p=scheme.forth.jl.git diff --git a/debugging.4th b/debugging.4th index 54e17a5..907f832 100644 --- a/debugging.4th +++ b/debugging.4th @@ -38,3 +38,6 @@ trace ; + +: abort-with-trace + stack-trace abort ;