Click here to Skip to main content
15,885,366 members
Articles / General Programming / Debugging

10+ Powerful Debugging Tricks with Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.79/5 (163 votes)
18 Apr 2012CPOL5 min read 391.6K   314  
The article describes 10 time-saving debugging techniques available in Visual Studio.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Sysprogs UG (haftungsbescrhänkt)
Germany Germany
Ivan Shcherbakov is a cofounder of the Sysprogs UG (haftungsbeschränkt), the company developing custom software, drivers and firmware and delivering VisualGDB - a Visual Studio plugin that allows using Visual Studio to build applications with GCC and debug them with GDB.

The main goal of VisualGDB is to combine the time-saving Visual Studio debugging experience with the wide application range of GDB, such as Linux applications and Embeddeed firmware.

A special Android Edition of VisualGDB allows building and debugging native Android code with Visual Studio easily and smoothly.

Comments and Discussions