Derek
Derek
http://newosxbook.com/articles/MDGA.html
The link was to show you why LLDB was not working. Perhaps you can patch QiLin to your iOS version or notify the authors of the jailbreak you're using to...
Another (partial) possibility to add to the table: SBFunction has the GetLanguage() method. You can figure out which context you are from there. Easy way to test: Break in a...
Same issue. This might be a required migration from stabs to DWARF
Hi @orta, was wondering what your mobile team size was before adopting React Native. Also, how many devs do you have working on React-Native related repos nowadays? Thanks
Hey @koenpunt thanks for bringing that to my attention. Should be fixed on HEAD now
@koenpunt what command are you using?
LLDB is complaining about not knowing about the Foundation framework's headers. You are either: too early in the process for Foundation is loaded, Foundation is not loaded in the process...
Are you debugging via the simulator or on a jb device? If jb was jb are you using and what's your iOS version? If it's a jb, try setting breakpoint...
Unfortunately, I don't have a 12 jb device. I'll do some digging over this week to see if there's a testable solution for this.