InfoQ

Topic/Tag specific view

All content and news on InfoQ about Debugging


Latest featured content about Debugging

A Look at Ruby Debuggers

Community
Ruby
Topics
Technology,
Runtimes,
JRuby,
Dynamic Languages,
Debugging

A misconception lingers in the Ruby world: Ruby has no debugger. This is blatantly wrong - Ruby has debuggers, GUIs for debuggers and APIs for debuggers. InfoQ takes a close look at the state of debugging tools in the Ruby world - and finds that its debugging support is more than sufficient.

News about Debugging

Klocwork Insight Brings Code Analysis to the Desktop

Community
Java
Topics
Code Analysis,
Debugging

Earlier this year Klocwork released a desktop product, Klocwork Insight, bringing their automated source code analysis features to individual developers. InfoQ recently sat down with Klocwork CTO Gwyn Fisher to discuss the product.

JProbe 8.0: The Java code, memory, and coverage profiler is back

Community
Java
Topics
Code Analysis,
Debugging

Quest Software recently released JProbe 8.0, a Java code, memory, and coverage profiler. While JProbe has been one of the leading Java profiling tools since the late 1990's, JProbe 8.0 aims to help Quest regain the leadership position in the profiling market with new Eclipse integration and a more competitive price point.

Review: Exception Hunter

Community
.NET
Topics
Debugging

Unhandled exceptions are the bane of any application, especially those that run without user interaction. Red Gate has developed a product to detect and alert developers to these potential issues, but does it measure up?

Articles about Debugging

Software Testing With Spring Framework

Community
Java
Topics
Software Testing,
Debugging

Srini & Kavitha Penchikala provide an overview of the support provided by Spring framework in the areas of unit and integration testing. I will use a sample loan processing web application to help the readers in implementing an Agile Testing framework in a typical Java EE application and how to use Spring test classes to test the application functionality.

Implementing Exceptions in SOA

Community
SOA
Topics
Debugging

In this InfoQ article, Boris Lublinsky highlights the problems with exception handling in SOA, and suggests a SOA-based solution: a logging service that accepts all logging requests, stores and forwards them to an exception resolution service, which is responsible for enforcing rules about exception resolution, a notification service, an exceptions/logging portal, and service management.

SOA and Agile: Friends or Foes?

Community
Agile,
SOA
Topics
Methodologies,
Agile Techniques,
Agile in the Enterprise,
Enterprise Architecture,
Debugging

SOA aims at making the entire enterprise agile by using services as the building blocks for applications. Agile software development aims at making organizations agile by introducing practices that increase communication and feedback. Which is right? Which is better? Are we comparing apples and oranges? Can they be used together, and if so, how? Join us in the discussion!

Presentations about Debugging

Venkat Subramaniam's Pragmatic Factors for Agile Success

Community
Agile
Topics
Delivering Quality,
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.

System Integration Testing Using Spring

Community
Java
Topics
Delivering Quality,
Debugging

When it comes to system integration testing Spring adds real value. In this session, Rod Johnson (Spring creator) discusses: integration testing and the support that Spring provides for it, issues around testing the persistence layer, testing web applications.