Hey -
It’s most likely that comp is NULL when the call happens which is what is causing the breakpoint to trigger. Adding in a check() to ensure that it is not null (and handling it if it is) should sold the issue.
Cheers
Hey -
It’s most likely that comp is NULL when the call happens which is what is causing the breakpoint to trigger. Adding in a check() to ensure that it is not null (and handling it if it is) should sold the issue.
Cheers