Is there any way to deactivate the return stack backtrace shown after an abort? I didn't find anything about this on the manual. The backtrace is helpful during debugging, but inconvenient for the final user of a command line tool. Of course I could use `catch`, but at the moment I'm using just `abort"` in this program, for simplicity.
Thanks. -- Marcos Cruz http://programandala.net
