Tag: Breakpoints

Xcode Breakpoints Improve Your Debugging with Better

The simplest definition would say a breakpoint is a marker in your code to intentionally pause your app if the code is encountered at runtime. If you just click on the gutter to add one in Xcode, that’s true. However, breakpoints are capable of much more. Looking at breakpoints fr...

Tailwind CSS: Using Dynamic Breakpoints and Container Queries

Introduction Breakpoints What are dynamic breakpoints and Container Queries? Dynamic Breakpoints in Tailwind CSS Default Tailwind CSS breakpoints Customizing breakpoints in tailwind.config.js Example of Breakpoint: Responsive Navbar with tailwind Example 2 of Breakpoint:...

Xcode Breakpoints 101

The simplest definition would say a breakpoint is a marker in your code to intentionally pause your app if the code is encountered at runtime. If you just click on the gutter to add one in Xcode, that’s true. However, breakpoints are capable of much more. Looking at breakpoints fr...

From the archives: Windbg conditional breakpoints with string comparisons

From the archives of my old blog. These days there are probably better ways of doing this, such as using windbg’s Javascript extensions, TTD or other instrumentation tools. Enjoy. Actually, it’s more a note to self rather, just thought I’d might as well leave the note here. Rece...