Stefan Domnanovits 🌍🇪🇺 🇦🇹
banner
domo42.bsky.social
Stefan Domnanovits 🌍🇪🇺 🇦🇹
@domo42.bsky.social
I'm developing distributed systems for safety critical environments.
😂
July 14, 2025 at 12:51 PM
I use this a lot in combination with a non-suspending breakpoint. There are situations where I know starting from here, it becomes interesting. Typically a state change or a specific point in an integration tests. Things not necessarily available on the call stack to write a condition for.
February 11, 2025 at 12:25 PM
The debugger with its "Disable until hitting the following breakpoint" option is huge. Sometimes I'm thrown in front of a big legacy code base. This option is one of the things that enables me to tell what is actually going on, even in the most mind-boggling situations.
February 11, 2025 at 9:43 AM