Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove watched variable in Xcode 4.5.2

I could watch a variable though "Watch 'variable'" in the Xcode debug area, and it works because Xcode breaks when the watched variable varies. But as I see nothing like "watch window", how could I remove the watched variable? or see the variables I'm watching? Through LLDB command?

like image 508
keywind Avatar asked Dec 04 '25 17:12

keywind


1 Answers

You can disable or delete watchpoints through the Breakpoint navigator in Xcode. (View > Navigators > Show Breakpoint Navigator). You can also do it through the lldb console window with the watch delete command.

like image 105
Jason Molenda Avatar answered Dec 06 '25 15:12

Jason Molenda



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!