6 ms·
Really cool. Those who are interested in a similar project should also check out Super Debugger. https://github.com/Shopify/superdb https://github.com/Shopify
by gillygize 12y ago
Really cool. Those who are interested in a similar project should also check out Super Debugger.
https://github.com/Shopify/superdb https://github.com/Shopify/superdb
It uses F-Script but, as I understand it, uses its own debugging environment rather than tying into lldb.
- danielpunkass 12y agoJust to clarify F-Script is suitable only for debugging Mac apps. Super Debugger looks really cool for iOS. Also, F-Script doesn't leverage lldb. The use of lldb in the example here was just that you can use lldb to attach to and load a library (bundle) into an arbitrary app process.