gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] Deactivate the backtrace message?


From: Josh Grams
Subject: Re: [gforth] Deactivate the backtrace message?
Date: Wed, 16 Dec 2015 14:08:30 -0500

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

[Prev in Thread] Current Thread [Next in Thread]