DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'Debugging' Subscribe to this feed
2
kicks
submitted by schalkvanwyk 7 days, 8 hours ago

blogs.msdn.com — Debug an executable that isn’t a part of a Visual Studio project without using Tools – Attach to Process. You can attach to the exe before it even starts, helps debugging those bugs in startup... read more...

Add a comment add a comment | category: | Views: 15
tags: , | tag it

2
kicks
submitted by xxXd 24 days, 13 hours ago

dotnetslackers.com — Bugs bite. With programming, bugs break your application; sour the relationship with the users. So by all means, debug! FireBug is a gem of bug for debugging. You can also debug with web development helper as well as native visual studio script debugger. read more...

Add a comment add a comment | category: | Views: 8
tags: , | tag it

2
kicks
submitted by chipso4 3 months, 7 days ago

blogs.msdn.com — This is a series of debugging demos aimed to help you get some hands on experience in debugging the most common types of Hang/performance, memory and crash scenarios in .net applications. The demos are written in ASP.NET which means that you do need IIS and .net framework 2.0 installed on the development machine where you install the demos. read more...

Add a comment add a comment | category: | Views: 6
tags: , , | tag it

15
kicks
published 6 months, 15 days ago, submitted by AmrElsehemy AmrElsehemy 6 months, 16 days ago

amrelsehemy.net — The final part in the series describing how to debug design time support. read more...

Add a comment add a comment | category: | Views: 4
tags: , , , | tag it

7
kicks
submitted by Sreekar 7 months, 4 days ago

blogs.msdn.com — Over the past few months I have been busy closing VS 2008 and working on some fixes for SP1. We have enabled some key debugging scenarios in C# in VS 2008 SP1, they include support for Range Variables in Queries & Anonymous Types Generic Type arguments Covering all of them was making the post long so i am going to discuss Range variables this time and continue on with the other 2 in the next post. read more...

Add a comment add a comment | category: | Views: 18
tags: , , , , | tag it

3
kicks
submitted by Sreekar 8 months, 30 days ago

blogs.msdn.com — In the last article I covered the "results view" for lazy evaluated collections like Queries/Enumerable and the use of extension methods in the watch and immediate window. For completeness I will cover stepping, range variables, anonymous types and Xlinq support and this will lead us into the SP1 work for debugging. read more...

Add a comment add a comment | category: | Views: 3
tags: , , | tag it

4
kicks
submitted by sepdfw sepdfw 9 months, 29 days ago

blog.zwares.com — Properties are a great feature in .Net, no doubt. The only time I have a problem with them is when I have simple properties and I am stepping through code while debugging. Here's a .Net feature that will save you time. read more...

Add a comment add a comment | category: | Views: 17
tags: , | tag it

20
kicks
published 10 months, 5 days ago, submitted by malovicn 10 months, 5 days ago

blog.vuscode.com — Visual Studio 2005 builds release builds with pdb files by default Find out why that is a best practice for the release builds read more...

Add a comment add a comment | category: | Views: 3
tags: , , | tag it

1
kicks
submitted by gringod gringod 10 months, 17 days ago

gringod.com — A simple tip for making your debugging life easier by combining Debug.WriteLine() with StackTrace read more...

Add a comment add a comment | category: | Views: 1
tags: , | tag it

3
kicks
submitted by findmecool 11 months, 3 days ago

danielmoth.com — Rather than writing or screenshoting the new multithreaded debugging enhancements in Visual Studio 2008, I thought I'd create a 15' video to demonstrate them. See if you can spot what the bug is before I "discover" it in my demo ;-). read more...

Add a comment 1 comment | category: | Views: 0
tags: , , , | tag it

1
kicks
submitted by rprouse rprouse 11 months, 17 days ago

alteridem.net — Here is why you should make sure your parameter names are consistent between your declarations and definitions in C++. Not doing so leads to strange and confusing behavior in the debugger. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

29
kicks
published 11 months, 22 days ago, submitted by rprouse rprouse 11 months, 23 days ago

alteridem.net — Most people probably haven’t realized that there are several attributes that you can add to your code to make debugging easier. Some prevent you from stepping into sections of code, others change the way variables are displayed in the watch window. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

35
kicks
published 11 months, 29 days ago, submitted by manovich 11 months, 29 days ago

dotnettipoftheday.org — Did you know that you can appply DebuggerDisplay attribute to a class or member to determine how it is displayed in the watch window. It's quick, it's easy, and it really works! read more...

Add a comment add a comment | category: | Views: 9
tags: , | tag it

25
kicks
published 11 months, 30 days ago, submitted by jeremyjarrell jeremyjarrell 11 months, 30 days ago

jeremyjarrell.com — Did you know that you can override the ToString() method to make the debugger show you more information about your objects in the watch window. It's quick, it's easy, and it really works! read more...

Add a comment 1 comment | category: | Views: 0
tags: , | tag it

2
kicks
submitted by bacalao 1 year ago

csharptutorial.blogspot.com — Another post from csharptutorial.blogspot.com - at last. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , , | tag it

12
kicks
published 1 year, 1 month ago, submitted by Sreekar 1 year, 1 month ago

blogs.msdn.com — C# 3.0 added a few constructs like queries which are delay executed. This means that they are not actually executed until the results of the query are required. Debugging some of them can seem strange since one can't step in to the Query where its created but only where its enumerated, like in a foreach loop. In this article i will show some of the problems that the user can face based on the fact that the Query is delay executed and the debugger tries to be as non-intrusive as possible. read more...

Add a comment 1 comment | category: | Views: 2
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge