News in the Category: Debugger Subscribe to the rss of this category.

Total posts: 116 | Sort by Views | Sort by Hits

Fall Fury: Part 11 -Hardware Testing & Debugging

MSDN: Coding4Fun, January 23, 2013
Views: 244 | Hits 5

Hardware Testing & DebuggingAs previously mentioned, FallFury runs on multiple types of hardware as long as that hardware supports Windows 8. This article describes the projects general testing and de...

Debug.Assert replacement for Phone and Store apps

The Moth, January 14, 2013
Views: 277 | Hits 9

I dont know about you, but all my code is, and always has been, littered with Debug.Assert statements. I think it all started way back in my (short-lived, but impactful to me) Eiffel days, when I was ...

Join the Visual Studio diagnostics team

The Moth, December 14, 2012
Views: 333 | Hits 12

I have a Program Manager position open on the Visual Studio diagnostics team which owns the debugger, the profiler tools, and IntelliTrace. If you have never worked for Microsoft you may be wonderin...

NHook - A .NET debugger API for x86

The Code Project Latest Articles, December 2, 2012
Views: 756 | Hits 18

Debugger API, explore and modify running program easily...

NHook - A .NET debugger API

The Code Project Latest Articles, November 30, 2012
Views: 851 | Hits 43

Debugger API, explore and modify running program easily...

Remote Debugging your Windows Store app on your Surface

Method ~ of ~ failed, October 26, 2012
Views: 381 | Hits 9

So you got that shiny new Surface device today? Im sure you spent the first few hours just opening it up, setting your personal experiences to your desire, re-installing and discovering new apps. But...

Email Q&A: Entity Framework Modified State and SaveChanges

Julia Lerman Blog - Dont Be Iffy..., July 23, 2012
Views: 457 | Hits 10

I get a lot of Entity Framework questions in email. Some from friends, some from people I dont know. I like to help & answer when I can but this format means that nobody else gets to learn from th...

Reading a memory.dmp or other .dmp file

Scott Forsyths WebLog, July 18, 2012
Views: 431 | Hits 11

While the dreaded Blue Screen of Death (BSOD) occurs less frequently with newer versions of Windows than it did in years past, there are still times when the BSOD reveals itself.  I just ran in...

Visual Studio Exceptions dialogs

The Moth, May 2, 2012
Views: 484 | Hits 30

Previously I covered step 1 of live debugging with start and attach. Once the debugger is attached, you want to go to step 2 of live debugging, which is to break. One way to break under the debugger ...

Start Debugging in Visual Studio

The Moth, March 16, 2012
Views: 799 | Hits 56

Every developer is familiar with hitting F5 and debugging their application, which starts their app with the Visual Studio debugger attached from the start (instead of attaching later). This is one wa...

Debugging JavaScript with Chrome

K. Scott Allen, March 15, 2012
Views: 933 | Hits 40

The Chrome Developer Tools are a bit quirky, but for script debugging I currently like them the best. Here is a quick brain dump on some areas of interest (these are all in the stable build 17.0.963.7...

Live Debugging

The Moth, March 14, 2012
Views: 693 | Hits 34

Based on my classification of diagnostics, you should know what live debugging is NOT about - at least according to me :-) and in this post I'll share how I think of live debugging. These are the (ou...

"Re: I have a question about proving code correctness"

Frans Boumas blog, January 20, 2012
Views: 590 | Hits 24

Recently I received an email with the following contents: I recently started working at a startup. I'm learning lots of cool stuff, including unit testing, but as a math major something kinda nagg...

Best of "The Moth" 2011

The Moth, December 31, 2011
Views: 645 | Hits 12

Once again (like in 2004, 2005, 2006, 2007, 2008, 2009, 2010) the time has come to wish you a Happy New Year and to share my favorite posts from the year we just left behind. 1. My first blog entr...

Roslyn Syntax Visualizer Tools

Marquee de Sells: Chriss insight outlet, December 4, 2011
Views: 622 | Hits 18

As I do more with Roslyn, I find I want more information about what Im parsing and how its represented in the Roslyn object model. I could, of course, have built myself a little OM dumper for Roslyn, ...

Beginner Guide to Page and Script Debugging with Chrome

The Code Project Latest Articles, October 24, 2011
Views: 1,807 | Hits 37

A beginner introduction to the features of the Chrome Debugger....

GPU Debugging with VS 11

The Moth, September 21, 2011
Views: 833 | Hits 17

With VS 11 Developer Preview we have invested tremendously in parallel debugging for both CPU (managed and native) and GPU debugging. I'll be doing a whole bunch of blog posts on those topics, and in ...

Debugger Canvas on DevLabs

Somasegars WebLog, June 14, 2011
Views: 731 | Hits 19

Today, we’re releasing Debugger Canvas on DevLabs. Debugger Canvas is a new user experience for stepping through code in the debugger in Visual Studio Ultimate. It displays the code of each of t...

How to programmatically launch Debugger in a remote machine

C# Frequently Asked Questions, March 28, 2011
Views: 1,214 | Hits 75

This blog post explains how to kick off a debugger in a remote machine, programmatically. We are going to use WMI interfaces to achieve this. Use WMI, to start the debuggee process and attach a regist...

Writing Windows Debugger - Part 2

The Code Project Latest Articles, December 26, 2010
Views: 2,213 | Hits 18

Let's enhance our Debugger!...

Anatomy of a serialization killer

Simple Talk, December 19, 2010
Views: 743 | Hits 17

As I had mentioned last month, I have been working on a project to create an easy-to-use managed debugger. It's still an internal tool that we use at Red Gate as part of product support to analyze app...

ExpandoObject Explained In Tests (Except For One Mystery)

K. Scott Allen, November 8, 2010
Views: 1,015 | Hits 27

The following tests all pass for .NET 4.0s ExpandoObject. private dynamic expando = new ExpandoObject(); [Test] public void Can_Add_A_Member() { var expected = "Scott"; expand...

Debugging Tips with Visual Studio 2010

ScottGus Blog, August 19, 2010
Views: 1,302 | Hits 84

This is the twenty-sixth in a series of blog posts Im doing on the VS 2010 and .NET 4 release. Todays blog post covers some useful debugging tips that you can use with Visual Studio.  My fr...

Debugging Multi-threaded Applications: Some Tidbits

Rico Marianis Performance Tidbits, June 4, 2010
Views: 780 | Hits 10

I was lamenting that we haven't really done terribly much to make multi-threaded debugging easier in say the last decade and I was fortunate enough to be able to have a conversation with Brain Crawfor...

VS 2010 Debugger Improvements (BreakPoints, DataTips, Import/Export)

ScottGus Blog, April 21, 2010
Views: 1,569 | Hits 55

This is the twenty-first in a series of blog posts Im doing on the VS 2010 and .NET 4 release.  Todays blog post covers a few of the nice usability improvements coming with the VS 2010 debugge...

Microsoft Windows HPC Server R2 Beta2

The Moth, April 12, 2010
Views: 981 | Hits 10

Internally and unofficially we refer to this as "HPC Server v3" and its Beta2 became available last week. Read the full story on this blog post from Ryan and this one from Don. There has be...

Investigating .NET Memory Management and Garbage Collection

Simple Talk, March 24, 2010
Views: 1,066 | Hits 65

Investigating a subtle memory leak can be tricky business, but things are made easier by using The .NET framework's tool SOS (Son of Strike) which is a debugger extension for debugging managed code, ...

Slides and code for MPI Cluster Debugger

The Moth, March 2, 2010
Views: 993 | Hits 9

I've blogged before about the MPI Cluster Debugger in VS2010 that facilitates launching the application on the cluster and attaching the debugger (btw, a shorter version of the screencast I link to th...

Parallel Debugging

The Moth, November 12, 2009
Views: 1,322 | Hits 26

Using Visual Studio 2010 parallel debugging is easy. Two new debugging windows provide a total view of the internals of your PPL and TPL applications with hints on where to start investigations. These...

Slides for Parallel Debugging windows

The Moth, November 7, 2009
Views: 1,290 | Hits 17

Recently I gave a talk at our Microsoft Shanghai offices on Parallel Programming so I had to update my existing Beta1 deck to Beta2 content. Specifically for Parallel Tasks and Parallel Stacks, I used...

MPI Project Template for VS2010

The Moth, November 6, 2009
Views: 2,861 | Hits 38

If you are developing MS MPI applications with Visual Studio 2010, you are probably tired of following some tedious steps for every new C++ project that you create, similar to the following:1. In Solu...

.Net Debugging? Dont give me none of your VS

Simple Talk, October 14, 2009
Views: 1,116 | Hits 28

Visual Studio is fine for most debugging purposes. Just occasionally, it isn't practicable, or there are other quicker ways of doing it with a user-mode debugger. Edward argues that debugging in MSIL...

Debugger Visualizers not working in ASP.NET Medium Trust

Rick Strahls WebLog, September 24, 2009
Views: 2,530 | Hits 83

So imagine you are running your ASP.NET applications in medium trust and you want to access a debugger visualizer like this: by clicking on the little search icon in the debugger tooltip, you run...

Tell the Debugger to Ignore Silverlight Validation Exceptions

JohnPapa.net, September 17, 2009
Views: 1,888 | Hits 46

I recently wrote an article that demonstrates how to use the DataForm and validate data entry in Silverlight using the DataAnnotations. One of the pet peeves I have with the validation is that it thro...

VS Debugging - Why did VS stop breaking on Exceptions?

Julia Lerman Blog - Dont Be Iffy..., July 3, 2009
Views: 2,218 | Hits 26

I can't believe I put up with this problem for so long. It was an easy solution, just not an obvious one. Read more...  ...

Internet Explorer Global Variable Blow ups

Rick Strahls WebLog, March 22, 2009
Views: 1,752 | Hits 86

I ran into an odd behavior/bug with Internet Explorer today that I hadnt noticed before in relation to global variable assignments. Check out the following code that fails for me in IE 8 both in compa...

Framework Design Guidelines: Overriding Object.ToString()

Brad Abrams, February 3, 2009
Views: 1,627 | Hits 45

Continuing in our weekly blog post series that highlights a few of the new additions to the Framework Design Guidelines 2nd edition.. This content is found in the Object.ToString section of Chapter 8:...

Debugging Dependency Properties in WPF: Part 3

Clarity Blogs: ASP.NET, January 26, 2009
Views: 3,693 | Hits 40

In my last couple posts, I've highlighted a way to inject debugging into dependency properties updated via data binding. It seems to work fine, but it's not clear how to apply it in certain sc...

Debugging Dependency Properties in WPF: Addendum

Clarity Blogs: ASP.NET, January 23, 2009
Views: 1,725 | Hits 19

This is going to be a pretty brief post. I just wanted to mention a small addition to the data binding debugging solution I posted about last time. When we left off, we had a pretty decent solution to...

Debugging Dependency Properties in WPF with Property Changed Callbacks (or: How I Learned to Stop Worrying and Love printf Debugging)

Clarity Blogs: ASP.NET, January 18, 2009
Views: 3,262 | Hits 22

WPF is a great technology. It's changed the way we write rich desktop apps for Windows. But after using it for an appreciable length of time (eight or nine months), I've come to two conclusion...

Troubleshooting a Spooler Crash

Brian Desmonds Blog, January 5, 2009
Views: 2,162 | Hits 56

I ran into an interesting issue this evening where the Spooler service on a customer's print server was crashing constantly immediately after logging an event about unpublishing a specific printer. Si...

System.Diagnostics.Process: avoid deadlocks in RedirectStandardInput/Output (Lucian Wischik)

The Visual Basic Team, December 30, 2008
Views: 3,267 | Hits 171

It's common that you want to launch an external process but supply input and capture the output. Here's one attempt:  ' BAD CODE Using p As New System.Diagnostics.Process  &nb...

Did you know? You can unwind the call stack from exceptions (Bill Horst)

The Visual Basic Team, December 9, 2008
Views: 3,031 | Hits 81

The ability to unwind the call stack from exceptions is one of the debugger features that was newly introduced in Visual Basic.NET 2005. When the debugger hits a first-chance exception, you can unwind...

FIX: Error message when you build a project in Visual Studio 2005 SP1 after an .lib file or an .obj file that was built by using Microsoft Visual C++ 2008 is added to the project: "Fatal error LNK1103: debugging information corrupt"

kbAlertz.com :: Visual Studio 2005, November 26, 2008
Views: 1,755 | Hits 19

949009 ... FIX: Error message when you build a project in Visual Studio 2005 SP1 after an .lib file or an .obj file that was built by using Microsoft Visual C++ 2008 is added to the project: "Fatal e...

Debugging Parallel Applications with VS2010

The Moth, November 19, 2008
Views: 1,654 | Hits 25

I have mentioned previously on this blog the two new debugger toolwindows our team is adding to Visual Studio 2010: Parallel Tasks and Parallel Stacks. I will be blogging a lot more about these, so fo...

Using Assert.AreSame

Karl Seguin [MVP], November 4, 2008
Views: 2,708 | Hits 49

Just as an aside, Part 2 of my jQuery article is up. I think this is something most people know, but wanted to throw it out there just in case. There are subtleties that should be understood when usi...

Range Errors Not Just In Software

Steven Smith, October 23, 2008
Views: 1,741 | Hits 259

A common area to test in software are ranges of values and off-by-one errors.  But this problem certainly isn't limited to programmer code.  I just wrapped up a survey by TNS for customer sa...

Isolator feature focus Advanced Debugger Support for fakes

ISerializable, October 11, 2008
Views: 1,510 | Hits 19

Two features that Typemock Isolator has make the debugging experience with it very different than any other isolation framework: 1) Highlight fake method during debugging   When stepping ...

Visual Studio 2008 SP1 (C#) IDE bug

The Code Project Latest Articles, October 9, 2008
Views: 631 | Hits 3

Intellisense debugger fails computation on inheritance...

The breakpoint will not currently be hit

Guy Barrettes WebLog, October 8, 2008
Views: 6,067 | Hits 576

I was hit with the dreadful "The breakpoint will not currently be hit" problem this week.  Searching the Web, looks like it is a common problem both with VS 2005 and 2008 however, it was the fi...