discuss-gnustep
[Top][All Lists]
Advanced

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

Re: catching exceptions


From: David Chisnall
Subject: Re: catching exceptions
Date: Fri, 12 Jun 2020 12:36:01 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 12/06/2020 12:07, Andreas Fink wrote:
Does anyone know how I can catch these exceptions in lldb:

Throwing 0x7f2fa8004588, in flight exception: 0x7f2fa8004588
Exception caught by C++: 0

the usual

break set -S raise

I'm not sure what that does. I set breakpoints on __cxa_throw and objc_exception_throw to get the debugger to tell me where exceptions are thrown.

David




reply via email to

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