DotNetShoutout - Stories tagged with Debugging
4
Shouts

BugAid tool for Visual Studio review

published 543 days, 5 hours, 45 minutes ago posted by SergeyVlasovSergeyVlasov 545 days, 20 hours, 33 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Thursday, December 22, 2011 5:39:30 AM GMT
Visualize, search and compare live objects data when debugging a C# application in Visual Studio 2008 and Visual Studio 2010... (more)
category: How To | clicked: 30 | 2 comments | | source: visualstudioaddins.svprogramming.net
tags: Debugger, Debugging, Visual Studio 2010, Debug, Visual Studio tools, Visual Studio, Visual Studio 2008
3
Shouts

Get time of Code Execution Using StopWatch

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 714 days, 9 hours, 31 minutes ago
Wednesday, July 06, 2011 4:41:26 PM GMT
During Development of the application/product or after deployment of the application/product there might be a situation where you want to find out the the how much time is taken by you code to execute ? Is it too much slow ? Answer to this problem is make use of StopWatch class of System.Diagnostics namespace which is usefull to find out the time taken to execute given line of code. The class is helpfull to find out how efficient code develop by measuring the time of execution. To understand how... (more)
category: How To | clicked: 3 | comment | | source: pranayamr.blogspot.com
tags: C#, Debugging
4
Shouts

Collecting Module Specific Debugging Information using IntelliTrace

published 725 days, 8 hours, 51 minutes ago posted by dharadhara 726 days, 18 hours, 41 minutes ago
Saturday, June 25, 2011 5:21:32 PM GMT Friday, June 24, 2011 7:30:51 AM GMT
I am sure by this time all of you already aware of what is IntelliTrace Debugging. Just to give a quick overview, IntelliTrace is a new features of Visual Studio 2010 Ultimate Edition. By default IntelliTrace is enabled . During debugging in Visual Studio... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: beyondrelational.com
tags: .NET, Debugging, Visual Studio 2010, ASP.NET
3
Shouts

Collecting Module Specific Debugging Information using IntelliTrace « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 746 days, 8 hours, 51 minutes ago
Saturday, June 04, 2011 5:21:14 PM GMT
Using IntelliTrace you can capture module specific information. This is really helpful when you don’t want to debug certain modules during your debugging process. In this post I am going to discuss about how you can collect module specific information using IntelliTrace (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: IntelliTrace, Debugging, Visual Studio
3
Shouts

Debugging ASP.NET Applications Interactively on Production

published 792 days, 3 hours, 10 minutes ago posted by http://tanzim.myopenid.com/http://tanzim.myopenid.com/ 793 days, 9 hours, 2 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 5:09:57 PM GMT
Production is often like a blackbox to the developers. An ideal server system does not have Visual Studio installed. If it is your website that is hosted in such a server, I hope there are couple ways you trap critical application messages and see how your application is doing. None of the Windows Logs, File based and Web service based logging is interactive. You have to dig through the pile of log messages and investigate in forensic style. The quickest, lightest and the most interactive way you can do ... (more)
category: Web Dev | clicked: 1 | comment | | source: tanzimsaqib.com
tags: Debugging, productions, ASP.NET
2
Shouts

Pin features while debugging in Visual Studio 2010.

published 801 days, 10 hours, 49 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 801 days, 17 hours, 59 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Sunday, April 10, 2011 8:13:07 AM GMT
Visual Studio 2010 is one of most awesome tool to debug Microsoft.NET related code. I have found one more interesting feature with the Visual studio 2010. That is called Pin Data Tip feature. This features can be very useful when you are debugging the code with loops. Normally when you debug with the code if you want to know the value of variable then you have to put your cursor on that variable and tool tip will show the values of that variable. The pin feature will pin that tool tip and you don’t have ... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jalpesh.blogspot.com
tags: Debugging, VisualStudio 2010
2
Shouts

Adding labels to breakpoint in visual studio 2010

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 803 days, 6 hours, 57 minutes ago
Friday, April 08, 2011 7:15:17 PM GMT
With visual studio 2010 Microsoft has given a new features called to add/edit label in break point. This features comes very handy when you are having very large code to debug and You are having so many break points to debug. So, You can add the label to various break point and then use this label to understand execution of program. Let’s see how its works with visual studio 2010. I have written following sample code to understand it better. This is a simple default.aspx page with four method to print ... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: Visual Studio 2010 Ultimate, Debugging, Labelling
5
Shouts

TCP/IP Debugging Tools in Windows Server

published 853 days, 4 hours, 9 minutes ago posted by JudoJudo 854 days, 19 hours, 50 minutes ago
Thursday, February 17, 2011 10:02:52 PM GMT Wednesday, February 16, 2011 6:21:43 AM GMT
Continuing with our look at the Windows Server TCP/IP debugging tools we turn our attention to the Ipconfig, Arp and Netstat tools.Ipconfig The Ipconfig tool shows all the TCP/IP configuration values, this is of particular use on systems running DHCP. It is used to refresh the DHCP settings and  determine the TCP/IP configuration values which are assigned by DHCP. If the Ipconfig tool is used with no parameters, it will show the IP addresses, subnet masks, and also the gateways for all adapters on a sys... (more)
category: Architecture | clicked: 0 | comment | | source: www.winserverhelp.com
tags: windows server debugging, IP, Debugging, tcp
2
Shouts

13 important .net interview questions on debugging and tracing

posted by questpondquestpond 869 days, 12 hours, 50 minutes ago
Tuesday, February 01, 2011 1:21:55 PM GMT
This section will cover the most asked .net interview questions by the interviewer so friends have a look on the following and do revise .net interview questions when ever you go for the interview. (more)
category: Web Dev | clicked: 0 | comment | | source: www.questpond.com
tags: .NET, Debugging, tracing
2
Shouts

Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) - CodeProject

published 874 days, 8 hours, 13 minutes ago posted by questpondquestpond 874 days, 12 hours, 49 minutes ago
Thursday, January 27, 2011 5:59:34 PM GMT Thursday, January 27, 2011 1:23:30 PM GMT
Diagnosing a software application is an art and this art has to be more skillful when you go on production. In development environment you have the complete VS IDE tool so the diagnosing becomes much easier. On production environment as a best practice you do not install visual studio IDE. So on production it’s like fighting with the lion without a knife. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codeproject.com
tags: .NET, Debugging, tracing, ASP.NET
2
Shouts

Video Webcast: 10 Tips you should know about “Watch Window” While debugging in Visual Studio « Abhijit's World of .NET

published 896 days, 8 hours ago posted by abhijitjanaabhijitjana 898 days, 11 hours, 8 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 3:04:01 PM GMT
Video Webcast: 10 Tips you should know about “Watch Window” While debugging in Visual Studio. (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: Tips and Tricks, watch window, Debugging, Visual Studio
2
Shouts

New Features of IntelliTrace Debugging in Visual Studio 2010 – Service Pack 1 Beta « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 918 days, 3 hours, 2 minutes ago
Tuesday, December 14, 2010 11:10:21 PM GMT
Visual Studio 2010 Service Pack 1 Beta having some great enhancement for IntelliTrace debugging. One of the most important features is debugging 64bit application with IntelliTrace and also debug SharePoint projects using IntelliTrace. Apart from the above enhancement, there are some changes in saving of .iTrace Log files as well. Earlier, by default, IntelliTrace saves IntelliTrace log files (.iTrace files) to Trace debugging storage location and there was no option to enabled or disabled the log gen... (more)
category: Web Dev | clicked: 2 | comment | | source: abhijitjana.net
tags: IntelliTrace, Debugging, visual studio 2010 SP1 beta
2
Shouts

Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 919 days, 6 hours, 49 minutes ago
Monday, December 13, 2010 7:23:22 PM GMT
IntelliTrace is an new features of Visual Studio 2010 Ultimate Edition. By default IntelliTrace is enabled . During  debugging in Visual Studio, IntelliTrace works  in the background and  collect debugging information automatically and stored them in Int... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: IntelliTrace, Debugging, Visual Studio 2010
3
Shouts

Tips : Set Breakpoint to multiple Functions at a same time in Visual Studio « Abhijit's World of .NET

published 927 days, 17 hours, 32 minutes ago posted by abhijitjanaabhijitjana 928 days, 23 hours, 1 minute ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 3:11:08 AM GMT
Visual Studio having great features to set breakpoint in multiple functions at same time. For most of the time, to set a breakpoint with in a function you just put a breakpoint in the first line of the function. Now, assume you have 10 different overloaded methods or you have same function in different project, and you want to put breakpoint all of them or few of them, then it will take time to put breakpoint in each and every function. In this post I am going to share two quick tips by which you ca... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Debugging, Visual Studio, brekpoint
3
Shouts

Debugging SQL Queries, Functions, & Stored Procedures with SQL Management Studio’s Integrated Debugger

published 938 days, 5 hours, 12 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 938 days, 22 hours, 55 minutes ago
Wednesday, November 24, 2010 9:00:16 PM GMT Wednesday, November 24, 2010 3:16:52 AM GMT
Working with Stored Procedures and functions on a database tier can be time consuming, hard to debug and sometimes just difficult to get clarity on what is “happening”. A rarely discussed feature of Microsoft SQL Management Studio is its inbuilt debugging features. These allow you to see exactly what is going on, and step through your logic in a similar fashion to Visual Studio (more)
category: Data | clicked: 3 | comment | | source: www.diaryofaninja.com
tags: Debugging, Database, Stored Procedure, management studio
6
Shouts

WCF RIA Services Part 8 - Testing and Debugging

published 942 days, 23 hours, 44 minutes ago posted by KMilKMil 944 days, 13 hours, 20 minutes ago
Saturday, November 20, 2010 2:28:02 AM GMT Thursday, November 18, 2010 12:52:34 PM GMT
In this article, Brian Noyes is going to focus on two aspects that are just as important as how to write the code – how to write the code in such a way as to be more testable, and how to debug and diagnose when your code is not doing exactly what you expect. (more)
category: Metro | clicked: 2 | comment | | source: www.silverlightshow.net
tags: Debugging, Testing, WCF
6
Shouts

The Case NUnit Hanging During Startup

published 966 days, 10 hours, 31 minutes ago posted by http://liranc.myopenid.com/http://liranc.myopenid.com/ 968 days, 6 hours, 14 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Monday, October 25, 2010 7:57:37 PM GMT
Follow this Windbg debugging session that investigates a strange hang that occur during NUnit's startup. (more)
category: Web Dev | clicked: 2 | comment | | source: blog.liranchen.com
tags: NUnit, WinDbg, Debugging
2
Shouts

How to track an object which is Out of Scope while Debugging ? « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 972 days, 21 hours, 36 minutes ago
Thursday, October 21, 2010 4:36:20 AM GMT
In this blog post I am going explain how we can track an Object which is already out of scope using by creating a Object ID while debugging.By using “Make Object ID” option we are informing Visual Studio Debugger to keep track of that object no matter it’s within scope or out of scope for the current context. We can create “Object ID” either from Locals, Autos or from Watch Windows. Object ID is a integer number followed by a pound (#) sign. When we create Object ID for an particular object, Visual Stud... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Debugging, Visual Studio
8
Shouts

Debugging with IntelliTrace in Visual Studio 2010

published 987 days, 13 hours, 45 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 989 days, 13 hours, 25 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Monday, October 04, 2010 12:46:46 PM GMT
What mean debugging with IntelliTrace? Visual Studio 2010 Ultimate know the answer, because topic applies to Visual Studio 2010 Ultimate only. IntelliTrace extends and enhances the Visual Studio live debugging experience that you are used to. You still have access to all the Visual Studio debugger features that you are familiar with. IntelliTrace operates invisibly in the background, recording debug information. When you want to look back at a past state of your application. (more)
category: Architecture | clicked: 2 | comment | | source: blog.agafonov.net.ua
tags: Intellitrace in VIsual Studio 2010 ultimate, Visual Studio 2010 features, IntelliTrace, Debugging
2
Shouts

Customize the Debugging Windows : Change Debugging Window View as per your requirements « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 996 days, 4 hours, 50 minutes ago
Monday, September 27, 2010 9:22:16 PM GMT
In this blog post I am going to explain how you can customize the complete view of the debugging window during debugging of application. By complete view means, where you can add own Properties, can customize the result, manipulate the data, hide properties which may not need during debugging etc. In one of my previous blog post, I have explained how we can customize the view of the debugging windows using DebuggerBrowseable and DebuggerDisplay attributes over Few Tips on Customizing Debugging Window Vie... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: tip and tricks, Debugging, how to
Previous 1 2 3 Next