Getting GDB to stop on a conditional breakpoint
One of the cool things about Xcode and GDB is that you can create custom breakpoints that could be set up by calling a function within your own project. GDB supports C functionality in their conditional checks, but for me, I found this functionality to be particularly helpful when paired with convenience variables. So, let’s … Read more