Xcode, debugger, Debugging, symbolic breakpoints, Advanced debugging, Swift, Objective-C, lldb, Command Line, symbolic Xcode symbolic breakpoints - Break at method call Today I am going to write about the big advanced debugging feature of LLDB. I am calling it advanced because I myself didn't know about it for a long time. It allows you
lldb, Debugging, debugger, Command Line, Memory, memory address, Chris Eidhof, lattner, chris lattner, Apple, Session412, wwdc, wwdc2018 Advanced debugging in iOS Other day I was watching this excellent Session on Advanced debugging with Xcode and LLDB presented at WWDC-2018. My post may be called as a gist of this talk, since this post summarizes
Debugging, Networking, Browser, iPhone, Charles Proxy, Network, Safari, Keychain Access, Mobile Device, Charles, Chuck, Chuck Proxy, Web debugging proxy, Proxy Using Charles Proxy for Debugging Network Requests TIL to how to use Charles proxy on browser and mobile device. Earlier when I wanted to debug network requests on these two platforms, Charles proxy would not catch them because of lack
Google API, JavaScript, Debugging, Google Maps, Geocoding, Authorization How I debugged the wrong Google Maps API key problem Yesterday I started working on my old project. The reason was that I had to do very similar thing at my work. The problem was that I could not re-use the old code
Swift, iOS, Tutorial, Xcode, AutoLayout, Tips, Game of Thrones, Debugging, lldb, Breakpoints, debugger, Breakpoint iOS - Autolayout and Resizing UILabel (iOS/Swift) Last week I had weird issue while applying autolayout rules to UITableViewCell. TableViewCell has two components attached to it. An UIImageView Two variable length UILabels stacked vertically on the top of each other
AutoLayout, Constraints, Tips, Tutorial, Gotchas, Xcode, Debugging, lldb, debug, debugger, Breakpoints, Breakpoint Debugging Autolayout issues in the Xcode With the release of new iPhone devices in addition to older models iPhone4 and iPhone5, we developers are all forced to switch to autolayout instead of using manual frames to update view layout.