Posts

Post marked as solved
2 Replies
1.8k Views
In a particular project this happens most frequently, however I wasn't unable to find this on the net as something that sometimes happens.When I run a project on a particular computer (on another fresh installed computer I have no issues), sometimes the execution pauses with SIGCONT.I am able to resume the code, but then it stops again, and again, and again (on different points, to be honest, so not a loop kind of thing).In the end I have multiple stops but if I restart execution most of the time it works. This happens only on the startup phase, and could be related to some network troubles, or using a proxy (proxyman) to debug network traffic.I searched for lldb settings or "stop on all exception" kind of things, to no avail.Any Idea? this is driving me crazy. I tried also reinstalling xcode, checking out the sources from git again.. any kind of debugging technique that popped to my mind. Since this is my main development machine, I think I could have some settings related to openssl, brew, some packages I installed that is conflicting with lldb.`mach_msg_trap` is the most common point where it stops.`dyld_start` anotherAny help would be appreciated.
Posted Last updated
.