A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Normally, you don’t care about first-chance exceptions -- it's only when something becomes a second-chance exception that you start to pay attention. But when you do care about all the exceptions, ...
I am working in VS 2010 on a WinForms application for which the debugger has suddenly stopped being useful: specifically, user-unhandled managed exceptions fail to be caught (regardless of the ...
Another short tip, but, potentially the best one you'll ever get (at least, from me). When you're debugging and you get an exception, always, always, always click on the View Details link to open the ...
Bug tracking is often one of the most difficult processes in software development. Users may have situations different from developers, and bugs that are a big problem for users may not even be ...
Apache Struts, the web application framework, helps developers get Java web apps up and running in next to no time, using a Model-View-Controller framework. One important part of creating a great app ...
Android Studio offers a rich palette of built-in development tools, and an even more abundant plugin ecosystem. The first three articles in this series focused on installation and setup and coding and ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Have you ever tried mixing oil and water?
Debugging RISC-V-based SoCs can be challenging even for devices with only a few cores. The modular nature of the RISC-V ISA allows chip designers to customise their devices using ISA extensions ...