Developers are always looking for ways to boost productivity. Effective debugging allows one to more quickly discover inaccuracies between our expectations and how the software actually behaves. ...
https://www.softwaretestingmagazine.com/videos/effective-debugging/
When you have a bug in your software, you cannot always just read the code to find the cause of the bug. Two techniques are used for further investigation: the debugger allow to follow the execut...
https://www.softwaretestingmagazine.com/knowledge/using-a-debugger-or-a-log-to-find-bugs/
Adobe Shadow is a new tool currently developed by Adobe that provides developers a way to inspect and debug from their desktops wirelessly and synchronously across multiple devices. The Adobe Sha...
https://www.softwaretestingmagazine.com/knowledge/inspectdebug-your-mobile-code-with-adobe-shadow/
Many developers are not aware of all of the debugging features in Visual Studio, because debugging in Visual Studio “just works.” This article provides an overview of debugging features of Vi...
https://www.softwaretestingmagazine.com/knowledge/net-debugging-tools/
This book “Debug It!” by Paul Butcher provides a structured approach that will help programmers to identify and remove bugs in code. It is based on a four steps process: Reproduce, Diagnose, ...
https://www.softwaretestingmagazine.com/knowledge/books-review-debug-it/