Scott Berrevoets 8/8/2018

Re-binding self: the debugger's break(ing) point

Read Original

This technical article details a now-fixed bug in Xcode where using backticks to re-bind 'self' inside a weak closure (e.g., `guard let `self` = self`) would break the LLDB debugger within that scope. It explains the historical weak/strong self patterns in Objective-C and Swift, demonstrates the debugger error, and discusses why the workaround was problematic for debugging.

Re-binding self: the debugger's break(ing) point

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes