On 2015-12-16 06:31PM, Marcos Cruz wrote:
>Is there any way to deactivate the return stack backtrace shown after an
>abort?

You could just write a word which wraps the the top level of your
program and catches and ignores errors; that should be simple.

But IIRC there's a deferred word called dobacktrace, so try:

        ' noop is dobacktrace

--Josh

Reply via email to