InfoQ

InfoQ

Topic/Tag specific view

Debugging Content on InfoQ


Latest featured content about Debugging

Discover Recording JVM Debuggers

Topics
Java,
Debugging,
Tools

A debugger is a great tool for examining the internal state of an application, reproducing however a specific issue is a completely different matter. Fully replicating the production environment into a staging area might even be a feat on its own. Meet recording debuggers that remove all the guesswork and extra effort by monitoring the application in production and knowing exactly what happened.

News about Debugging

Debugger Canvas 1.1 Adds Easy On/Off, Improved Navigation

Topics
.NET,
Debugging

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

Topics
Debugging,
Performance & Scalability,
Mobile,
Profilers

ARM is offering a community edition of their Development Studio 5, containing a debugger and a performance analyzer of Android native code.

Articles about Debugging

Profiling java.util.concurrent locks

Topics
Java,
Debugging,
Tools,
Programming

IBM’s Yao Qi, Raja Das, and Zhi Da Luo describe jucprofiler, an alphaWorks tool designed to profile multicore applications that make use of the java.util.concurrent classes introduced in Java 5.

Debugging in MonoTouch

Topics
Mobile,
Debugging,
.NET

When you run into bugs in application development, it's important to be able to track them down quickly and efficiently. To this end, debuggers allow you to track your code during execution and see exactly what’s happening. This article explores how to set up, test out, and work with the MonoTouch debugger while developing iPhone applications, including debugging running applications over Wifi.

Presentations about Debugging

Conceptual Algorithms

Topics
Debugging,
Software Troubleshooting,
Programming,
Ruby,
Methodologies,
Software Testing,
Delivering Quality

In this talk from RubyFringe, GitHub's Tom Preston-Werner talks about a methodical approach to solving problems and debugging. Also: he explains how to use the "Deathbed Filter" for choosing projects.

Venkat Subramaniam's Pragmatic Factors for Agile Success

Topics
Delivering Quality,
Agile,
Agile Techniques,
Debugging

At NFJS Venkat Subramaniam, author with Andy Hunt of "Practices of an Agile Developer," shared his pragmatic approach to some of the important technical and non-technical factors contributing to project success, including: coding, developer attitude, debugging, mentoring and feedback.

Interviews about Debugging

Debugging Single Page Web Apps with Michael Mahemoff

Topics
HTML5,
Debugging,
Javascript,
Architecture

Chrome Developer Advocate Michael Mahemoff, talks about the importance of single page web apps and the challenges that developers have to face while building them. He elaborates on developer tools, debugging techniques, Chrome Web Store and the future of web apps.

Kresten Krab Thorup, Robert Virding Discuss the Erlang VM

Topics
Debugging,
Compilers,
Ruby,
Runtimes,
Java,
Language,
Performance & Scalability,
Architecture

Kresten Krab Thorup and Robert Virding discuss the origins of Erlang, the state of the Erlang VM, integrating native code with Erlang etc. Also: the challenges of running Erjang/Erlang on the JVM.