i want create breakpoint in xcode uses lldb , checks current object class in condition section.
the problem lldb doesn't allow use self class. how solve problem? maybe through other commands? example, bt command output contains correct classname seems not allowed in lldb too.
i presume related to:
using of symbolic breakpoints child classes in xcode?
the problem comes if breakpoint in code no debug information (like in system libraries.) debugger knows nothing self in context, , have give more help. in case of self, know passed method call first argument, can use $arg1 @ value.
Comments
Post a Comment