Lines Matching refs:breakpoints
84 Setting breakpoints by name is even more specialized in LLDB as you can specify
101 You can limit any breakpoints to a specific executable image by using the
225 We've discussed how to set breakpoints above. You can use help breakpoint set
233 You can find out about the breakpoints you've set with:
238 Current breakpoints:
253 Also, the logical breakpoints remain live so that if another shared library were
329 …breakpoints. For instance, you might want to check that self == nil and if it is, print a backtrac…
337 …is problem. The simple solution would be to use the name to gather the breakpoints you want to aff…
343 …en you've made all your breakpoints, you can set up or modify the options using the name to collec…
349 That is better, but suffers from the problem that when new breakpoints get
351 the context of actual breakpoints, so they are hard to store & reuse.
359 Then you can apply the name to your breakpoints, and they will all pick up
360 these options. The connection from name to breakpoints remains live, so when
361 you change the options configured on the name, all the breakpoints pick up
379 In addition to breakpoints, you can use help watchpoint to see all the commands
527 threads and only stop the threads that are at breakpoints or have exceptions or