Click here to Skip to main content
Page 1 of 5
Page Size: 10 · 25 · 50


Category filtered by:  Development Lifecycle [x] | Debug Tips [x]
Tip/Trick 9 May 2013   license: CPOL
Designer debugging in WinRT
Development Lifecycle » Debug Tips » Tips
Article 30 Mar 2013   license: CPOL
A powerful, easy-use, cross-platform C++ log utility.
Development Lifecycle » Debug Tips » Trace
Technical Blog 26 Feb 2013   license: LGPL3
The library is a complete ADO.NET driver which is designed to aid you in unit testing.
Development Lifecycle » Debug Tips » General
C#
Tip/Trick 24 Jan 2013   license: CPOL
If your VS debgger is running slow and you checked out all other tips with no help - maybe you unchecked this one and forgot to recheck it after you were done.
Development Lifecycle » Debug Tips » Tips
Technical Blog 18 Jan 2013   license: CPOL
Debugging is cool. I mean what would have been happened to developers if they couldn’t debug their code!! Speaking of myself at some point I probably would’ve got pissed off and started to seek some other job. One reason I never was comfortable with database programming was unable to debug the code.
Development Lifecycle » Debug Tips » General
QA
Article 30 Dec 2012   license: CPOL
This article proposes a list of debugging tips for native development with Visual Studio.
Development Lifecycle » Debug Tips » General
Article 29 Dec 2012   license: CPOL
This article proposes a list of even more debugging tips for native development with Visual Studio.
Development Lifecycle » Debug Tips » General
Tip/Trick 10 Dec 2012   license: CPOL
You need to know a little more when you need to deploy and test Windows Store apps on arm devices.
Development Lifecycle » Debug Tips » Tips
Tip/Trick 22 Nov 2012   license: CPOL
Debug or test your Windows Service without installing it...
Development Lifecycle » Debug Tips » General
Tip/Trick 9 Nov 2012   license: CPOL
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.
Development Lifecycle » Debug Tips » General
Article 27 Sep 2012   license: CPOL
This article describes how to get the method name from an EventHandler with WinDbg.
Development Lifecycle » Debug Tips » General
Tip/Trick 26 Sep 2012   license: CPOL
Development Lifecycle » Debug Tips » Tips
Technical Blog 11 Sep 2012   license: CPOL
If something goes wrong, search for a mistake in your code.
Development Lifecycle » Debug Tips » General
Article 9 Sep 2012   license: Ms-PL
Walking a native and a managed callstack is fairly easy. Walking a mixed-mode callstack is much much harder. Existing documentation is truly minimal. I hope this article and its sample profiler can shed some light in this area.
Development Lifecycle » Debug Tips » General
Tip/Trick 30 Aug 2012   license: CPOL
Windows Symbols and Crash Dump Analysis
Development Lifecycle » Debug Tips » General
Technical Blog 22 Aug 2012   license: CPOL
How to inject code into an assembly to trace method execution at runtime, along with its parameter values and, all of this being achieved without writing any code in your method’s body.
Development Lifecycle » Debug Tips » Trace
Technical Blog 20 Aug 2012   license: CPOL
Why static analysis should be used regularly.
Development Lifecycle » Debug Tips » General
Tip/Trick 19 Aug 2012   license: CPOL
Development Lifecycle » Debug Tips » Tips
Tip/Trick 15 Aug 2012   license: CPOL
Effective way of debugging multi-threaded application in a multi-project solution
Development Lifecycle » Debug Tips » Tips
Tip/Trick 28 Jul 2012   license: CPOL
If you have too many threads and you are debugging only few threads at a given time, this
Development Lifecycle » Debug Tips » Tips
Tip/Trick 28 Jul 2012   license: CPOL
Find out which threads are running what line of code and how they may be related to other running threads
Development Lifecycle » Debug Tips » Tips
Technical Blog 23 Jul 2012   license: CPOL
Analysing using PVS-Studio.
Development Lifecycle » Debug Tips » General
Technical Blog 6 Jul 2012   license: CPOL
Managed exceptions and the ways we can handle them using Adplus.
Development Lifecycle » Debug Tips » General
Tip/Trick 28 Jun 2012   license: CPOL
How to display only threads related to your application in Threads Windows
Development Lifecycle » Debug Tips » Tips
Tip/Trick 23 Jun 2012   license: CPOL
Visual studio provides rich options to debug multi-threaded applications. This tip discusses one way of filtering your break points for a particular thread.
Development Lifecycle » Debug Tips » Tips
Tip/Trick 22 Jun 2012   license: CPOL
Datatips are useful but can take lot of space speically if you want to view code at same time. This tip will help you getting around that situation.
Development Lifecycle » Debug Tips » Tips
Tip/Trick 22 Jun 2012   license: CPOL
A time-saving tip when you have to step in and out from line of code calling multiple methods
Development Lifecycle » Debug Tips » Tips
Tip/Trick 3 Jun 2012   license: CPOL
Effective way of debugging by taking advantage of some not well-so-known features of Visual Studio
Development Lifecycle » Debug Tips » General
Tip/Trick 29 May 2012   license: CPOL
You can use this trick for getting notifications when your app writes an error to event logs
Development Lifecycle » Debug Tips » General
Article 17 May 2012   license: CPOL
This Automatic unit tester written in C# uses Black Box testing strategy to test a source code.
Development Lifecycle » Debug Tips » General
C#
Article 15 May 2012   license: CPOL
In this article, I will show how to troubleshoot an ASP.NET application hang with memory dump
Development Lifecycle » Debug Tips » General
Article 7 May 2012   license: LGPL3
How to use CrashRptEx, to avoid some of the pitfalls of crash reporting in MFC apps or if you want the ability to continue your application after a crash
Development Lifecycle » Debug Tips » General
Article 30 Apr 2012   license: Ms-PL
A WPF control that deobfuscates the callstack on the fly
Development Lifecycle » Debug Tips » General
Article 22 Apr 2012   license: Ms-PL
A native stackwalk funtion like Stackwalk64 cannot handle mixed-mode stacks, since managed code does not use the stack in the same way as native code does. There is an API called IDebugClient, that does walk a mixed-mode stack correctly, which we will explore.
Development Lifecycle » Debug Tips » General
Article 18 Apr 2012   license: CPOL
The article describes 10 sime-saving debugging techniques available in Visual Studio
Development Lifecycle » Debug Tips » General
Article 25 Mar 2012   license: CPOL
What is the use of PDB file?
Development Lifecycle » Debug Tips » General
Tip/Trick 25 Feb 2012   license: CPOL
To not having spoiled the client code with #if DEBUG, you might use the following:[STAThread]static void Main(){ Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); try { Debugging.DebugSetupConsole(); ...
Development Lifecycle » Debug Tips » General
Article 22 Feb 2012   license: MIT
Custom memory handler with memory leak reporting and no-mans-land checking. Leaks are reported with call stack of allocation.
Development Lifecycle » Debug Tips » General
Article 15 Feb 2012   license: CPOL
This article shows several examples of situations where understanding assembly language helps debug seemingly impossible problems with .NET applications.
Development Lifecycle » Debug Tips » General
Tip/Trick 7 Feb 2012   license: CPOL
How to have a real console window as well as your forms
Development Lifecycle » Debug Tips » General
Tip/Trick 7 Feb 2012   license: CPOL
Use Eclipse-CDT IDE. It shows the macro expansion in place without having to resort to running the pre-processor.
Development Lifecycle » Debug Tips » General
C++
Tip/Trick 5 Feb 2012   license: CPOL
Memory leak detection in VC++
Development Lifecycle » Debug Tips » General
Tip/Trick 4 Feb 2012   license: CPOL
Expanding a macro in VC++
Development Lifecycle » Debug Tips » General
C++
Tip/Trick 25 Jan 2012   license: CPOL
VB version:Friend Declare Function AllocConsole Lib "kernel32.dll" () As BooleanFriend Declare Function FreeConsole Lib "kernel32.dll" () As BooleanSub main() Dim MainForm As New frmMain If Command = "" Then MsgBox1 = AddressOf MyMsgBox1 ' messagebox delegate sub call...
Development Lifecycle » Debug Tips » General
Tip/Trick 24 Jan 2012   license: CPOL
Visual Studio 2010 has a new visualizer for WPF that exposes a dependency object's visual tree.
Development Lifecycle » Debug Tips » General
Article 23 Jan 2012   license: CPOL
Learn the tips and tricks of advanced debugging in Visual Studio
Development Lifecycle » Debug Tips » Tips
Tip/Trick 18 Jan 2012   license: CPOL
Very good tip. I just want to mention an alternative - you can just change your project output type to a console application. (You can undo it later if only needed for debugging). So if you started with a Windows Forms project in Visual Studio: Go to project properties/application/ and in the...
Development Lifecycle » Debug Tips » General
Article 13 Jan 2012   license: CPOL
How to setup .NET symbol server and enable production debugging without source code
Development Lifecycle » Debug Tips » General
Technical Blog 10 Dec 2011   license: CPOL
PDB files out of the debugger
Development Lifecycle » Debug Tips » Tips

Page 1 of 5
1 2 3 4 5


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid