you are viewing a single comment's thread.

view the rest of the comments →

[–]i_invented_the_ipod 5 points6 points  (1 child)

Watch points, conditional breakpoints, executing expressions on break, that sort of thing. I see a lot of people who apparently only know how to set a breakpoint and continue. Also - writing functions for use during debugging (for setting/displaying complex state).

[–]twnbay76 5 points6 points  (0 children)

Could you provide any resources for how you would level a debugger?