Sunday, October 11, 2009

iPhone dev Stupidity 67: Symbol break point

(gdb) b resignFirstResponder


[0] cancel


[1] all




Non-debugging symbols:


[2]    -[UIFieldEditor resignFirstResponder]


[3]    -[UIPreferencesTextTableCell resignFirstResponder]


[4]    -[UIResponder resignFirstResponder]


[5]    -[UISearchBar(UISearchBarStatic) resignFirstResponder]


[6]    -[UITextContentView resignFirstResponder]


[7]    -[UITextField resignFirstResponder]


[8]    -[UITextView resignFirstResponder]


[9]    -[UIWebDocumentView resignFirstResponder]


[10]    -[WAKResponder resignFirstResponder]


[11]    -[WebHTMLView resignFirstResponder]


> 7


Breakpoint 9 at 0x30962ba0


(gdb) i b


Num Type           Disp Enb Address    What


1   breakpoint     keep y   0x0000a037 in -[Texel dealloc] at /Users/Carrie/MyProjects/Sandbox/Flip/Classes/Texel.m:108


2   breakpoint     keep y   <PENDING>  "TestUtility.m:18


3   breakpoint     keep y   0x0002320b in -[TemplateDB dealloc] at /Users/Carrie/MyProjects/Sandbox/Flip/Classes/TemplateDB.m:66


4   breakpoint     keep y   0x0000acc3 in -[Texel singleTapped] at /Users/Carrie/MyProjects/Sandbox/Flip/Classes/Texel.m:257


5   breakpoint     keep y   0x0000ac53 in -[Texel killEditor] at /Users/Carrie/MyProjects/Sandbox/Flip/Classes/Texel.m:249


6   breakpoint     keep y   0x00008548 in -[GlassView changed:With:] at /Users/Carrie/MyProjects/Sandbox/Flip/Classes/GlassView.m:300


breakpoint already hit 1 time


7   breakpoint     keep y   0x9360637c <__assert_rtn+6>


8   breakpoint     keep y   0x9360637c <__assert_rtn+6>


9   breakpoint     keep y   0x30962ba0 <-[UITextField resignFirstResponder]+6>



No comments: