Quantcast
Channel: DotNetShoutout - Stories tagged with debug
Browsing latest articles
Browse All 15 View Live

Image may be NSFW.
Clik here to view.

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 Article



Image may be NSFW.
Clik here to view.

Why 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 Article

Image may be NSFW.
Clik here to view.

Undocumented 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 Article

Image may be NSFW.
Clik here to view.

Exploring 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

Image may be NSFW.
Clik here to view.

.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 Article


Image may be NSFW.
Clik here to view.

Custom 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 Article

Image may be NSFW.
Clik here to view.

Debugging 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 Article

Image may be NSFW.
Clik here to view.

CS.NET - Set Break Point Programatically | syntaxhelp.com

Set break point programatically

View Article


Image may be NSFW.
Clik here to view.

Visual 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Testing 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 Article

Image may be NSFW.
Clik here to view.

Windows 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Tip: 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 Article

Image may be NSFW.
Clik here to view.

BugAid 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

Browsing latest articles
Browse All 15 View Live




Latest Images