InfoQ Homepage Debugging Content on InfoQ
-
Chris Eargle Talks on Better Application Management
In an exclusive interview with InfoQ, Chris Eargle, Telerik Technical Evangelist shares his views about how productivity can be enhanced by following few tips in day to day programming tasks.
-
An Errors List Underscores the Need for Static Code Analysis
Program Verification Systems, the creator of PVS-Studio, a static code analyzer for C and C++, has published a list of programming errors, some of them being found in popular open source projects such as Chromium, TortoiseSVN, Apache HTTP Server, MySQL, and others.
-
JustCode Q3 - Improve Productivity by Reducing Keystrokes
JustCode Q3 ships with several new features which enables developers to minimize coding by automating frequently used tasks and thereby improving productivity.
-
JustDecompile with C#5 and WinRT Support
Telerik's JustDecompile Q3 2012 ships with support for C#5 and WinRT. It integrates with Visual Studio via JustCode and includes two plugins.
-
Stepping through the precompiled assemblies with .NET Reflector
Debugging precompiled assemblies without any source code and PDB files is not easy without proper instrumentation. And Red Gate’s .NetNET Reflector is the right tool for this job. Being a class browser, decompiler and a static analyzer, it can decompile the assembly on-the-fly in Visual Studio and then step through it as if debugging an assembly with a source code.
-
Using NDepend and LINQ to Examine Code
NDepend has released a new version of their flagship static code analysis product. NDepend 4 introductes Code Query LINQ, NDepend.API, and VS 2012 support.
-
What’s new with Roslyn, Microsoft’s Compiler APIs
Roslyn is a set of libraries for handling compilation, scripting, workspaces, and IDE services. It is an extensible model with VB and C# being the first two target languages. While still far from completion, Roslyn is targeting VB 12/C# 6, this release marks a major milestone for the project.
-
Sonar Quality Dashboard 3.0: New Commercial Editions And The Developer's Cockpit
Sonar Quality Dashboard version 3.0 has recently been released including separate commercial editions and a new plugin allowing developers to see how their individual commits affect project quality.
-
Improved JavaScript development in Visual Studio 11
Microsoft intends to make JavaScript development easier in Visual Studio 11 by significantly enhancing Intellisense, debugging support, editor functionality, and more.
-
Coverity: Open Source Code Has Fewer Defects than Commercial One
A Coverity study concludes that open source code using static analysis has on average a lower number of defects than commercial code, but they are on par when it comes to code of similar sizes.
-
Windows Azure Blackout Caused by the Leap-Year Bug
Several sub-regions of the Microsoft Windows Azure cloud were affected by the leap-year bug making some of their services unavailable for many customers for 12 to 24 hours.
-
Google Dart Roundup: Dartium Binaries Available, I/O Libraries, Book and Docs
The first binaries of Dartium, Chrome with a built-in Dart VM, are now available for download. Dartium has the beginnings of debugging support in Dev Tools. Meanwhile, a lot of documentation resources have become available both from Google and outside.
-
Debugger Canvas 1.1 Adds Easy On/Off, Improved Navigation
Debugger Canvas, the tool that introduced 'Code Bubbles' to the Visual Studio Ultimate debugger, debuted last summer. Debugger Canvas 1.1 launches with new features including an easy on/off switch that can be used while debugging, and the ability to view multiple threads at once.
-
ARM DS 5 CE Includes a Debugger and Analyzer of Android Native Code
ARM is offering a community edition of their Development Studio 5, containing a debugger and a performance analyzer of Android native code.
-
New Tool for Debugging Parallel Applications in Visual Studio 11
Microsoft has released the Parallel Visualization Pack for Visual Studio 11 Developer Preview. Built to extend the functionality of the new Parallel Watch Window, the pack includes four visual tools to aid in debugging multithreaded applications.