News Releases CLion 2024.3 is now available. This latest version of the JetBrains IDE for C and C++ includes the following key features and updates: Considerable improvements to the new language engine, CLion Nova. New Debug Servers configuration option. OpenCV image viewer. Ability to attach the debugger to an unstarted process. Debugging support for Zephyr […]
Are you building a Gameboy emulator? Are you stuck? Are you failing Blargg’s test ROMs and can’t work out why? Gameboy Doctor can help! (GitHub link) What is Gameboy Doctor? Gameboy Doctor is a tool that compares your emulator to an example emulator that passes Blargg’s test ROMs. It finds the exact tick where your […]
Recently, I was looking into a bug where the UITabBar was inconsistently disappearing on specific pages. I tried different approaches but I couldn’t get where it got displayed and hidden. That’s where I thought about KVO. Some background on my issue, I had a custom TabBarController inheriting UITabBarController which hides or shows its tabBar based […]