> Am 16.02.2018 um 13:38 schrieb Henrik Sperre Johansen
> :
>
> You can also override #defaultAction on Exception, and install a custom
> UIManager subclass implementing unhandledErrorDefaultAction: (sent by
> UnhandledError #defaultAction, receives the error as argument).
>
> Would be nice(r)
You can also override #defaultAction on Exception, and install a custom
UIManager subclass implementing unhandledErrorDefaultAction: (sent by
UnhandledError #defaultAction, receives the error as argument).
Would be nice(r) if UIManager had a defaultUnhandledErrorActionBlock:
setter, but it's not t
Hi
2018-02-05 11:00 GMT+01:00 Igor Stasenko :
>
>
> On 5 February 2018 at 10:17, Marcus Denker wrote:
>
>> Hello,
>>
>> The Sunit-Debugger does a stack search on startup to find the test
>> related exception.
>>
>> It might be good to do it better, especially as the debug process starts
>> from
On 5 February 2018 at 10:17, Marcus Denker wrote:
> Hello,
>
> The Sunit-Debugger does a stack search on startup to find the test related
> exception.
>
> It might be good to do it better, especially as the debug process starts
> from the exception
> I might be a good idea to actually keep a refe
Hello,
The Sunit-Debugger does a stack search on startup to find the test related
exception.
It might be good to do it better, especially as the debug process starts from
the exception
I might be a good idea to actually keep a reference to it.
Would there be any downside of Exception>>debug pa