How do I set a breakpoint in a CLR Stored Procedure already deployed and...
For information on setup and debugging a CLR stored procedure in a direct-debug scenario by “stepping-through” the code from within Visual Studio, OR by using a test TSQL script from with Visual...
View ArticleWhy breakpoints do not get hit when targeting x86 on Windows 7 x64? | Samuel...
I am currently working on a fully managed WPF application, that references a certified C# DLL that was purposely compiled targeting x86 platform (part of the certification process I think). Since I...
View ArticleUndocumented PSSCOR2 functions « Naveen's Blog
With the latest release of PSSCOR2release from Microsoft comes with a set Undocumented functions. FYI PSSCOR2 is a superset of sos.dll for .NET framework 2.0/3.5, it also has bunch of functions which...
View ArticleExploring UnhandledException in .NET and Watson buckets
I wanted to understand about UnhandledExceptions in .NET because of the few questions that I saw in the CLR Forum ,which had watson buckets in the event viewer. To get deep understanding unhandled...
View Article.NET – How can debug=true extend the life time of local variable
I am sure there are quite a few blog posts that advocate on not set debug=true in production code. The reason being the optimization and performance are turned off. In this blog post I am specifically...
View ArticleCustom DumpArray – Windbg
The sos has !dumparray for getting contents of the array. But it cannot be used for scripting or automation. Here is an example using System; namespace ConsoleApplication { class Program { Test[] arr =...
View ArticleDebugging MSBuild script with Visual Studio (3) - The Visual Studio Blog
In my last two posts (here and here) I showed how to enable the unsupported MSBuild debugger to debug a build started on the command line with MSBuild.exe. In this final post, I'll mention some other...
View ArticleCS.NET - Set Break Point Programatically | syntaxhelp.com
Set break point programatically
View ArticleVisual Studio Debugger FAQ - Jim Gries
Introduction This FAQ can be used to narrow down the problems associated with debugging any type of solution using any version of Visual Studio from 7.0 to 2008. Please be aware that this is very much...
View ArticleHow Debug Asp.Net Application when large scale project. : The CodeGain
This article is dedicated to developer work on small size project development where project is not large
View ArticleTesting and Debugging MEF, Tips - Part 2 - [Export] Bnaya Eshet
Testing and Debugging MEF, Tips - Part 2Testing and Debugging MEF, Tips - Part 2 this is the second post of a series that will offer some tips about testing and debugging your MEF-able component and...
View ArticleWindows Azure: Debug and redeploy your web applications quickly
My previous posting about Windows Azure introduced how to access web role instances using Remote Desktop. In this posting I will show you how your web applications are stored in virtual server where...
View ArticleHow to get rid from annoying IE warning when you debug a Silverlight...
When you try to open a local file, Internet Explorer gives the following warning: "To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls...
View ArticleTip: Debugging a SharePoint 2010 Timed Job
Recently I had to develop a timed job (a instant one-time job) on the SharePoint 2010. During the development I asked myself, how I can debug the just created job. Read the article to get a step by...
View ArticleBugAid tool for Visual Studio review
Visualize, search and compare live objects data when debugging a C# application in Visual Studio 2008 and Visual Studio 2010...
View Article