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

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

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

Frans Boumas blog, January 20, 2012
Views: 224 | Hits 20

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: 228 | Hits 9

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: 293 | Hits 17

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: 567 | Hits 35

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

GPU Debugging with VS 11

The Moth, September 21, 2011
Views: 382 | Hits 13

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: 360 | Hits 17

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: 187 | Hits 5

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

How to programmatically launch Debugger in a remote machine

C# Frequently Asked Questions, March 28, 2011
Views: 759 | Hits 56

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: 858 | Hits 16

Let's enhance our Debugger!...

Anatomy of a serialization killer

Simple Talk, December 19, 2010
Views: 443 | Hits 16

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: 627 | Hits 22

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: 910 | Hits 82

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: 468 | Hits 8

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,090 | Hits 52

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: 678 | Hits 8

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: 694 | Hits 62

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: 468 | Hits 5

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 there, is here).There have been ...

Slides and code for MPI Cluster Debugger

The Moth, March 2, 2010
Views: 464 | Hits 4

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 there, is here).There have been ...

Slides and code for MPI Cluster Debugger

The Moth, March 2, 2010
Views: 668 | Hits 7

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

MPI Cluster Debugger launch integration in VS2010

The Moth, November 15, 2009
Views: 537 | Hits 7

HPC bits installed and that you have existing MPI code (or you created a "Hello World" project using the MPI project template). Of course, you create a single MPI application and at runtime it will ...

MPI Cluster Debugger launch integration in VS2010

The Moth, November 15, 2009
Views: 558 | Hits 9

HPC bits installed and that you have existing MPI code (or you created a "Hello World" project using the MPI project template). Of course, you create a single MPI application and at runtime it will ...

Parallel Debugging

The Moth, November 12, 2009
Views: 978 | Hits 24

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

Core debugger enhancements in VS2010

The Moth, November 10, 2009
Views: 502 | Hits 5

video of new VS2010 debugger features that I encourage you to watch to find out about enhancements with DataTips, breakpoints, dump debugging (inc. IL interpreter) and Threads window.The raw list of f...

Core debugger enhancements in VS2010

The Moth, November 10, 2009
Views: 500 | Hits 6

video of new VS2010 debugger features that I encourage you to watch to find out about enhancements with DataTips, breakpoints, dump debugging (inc. IL interpreter) and Threads window.The raw list of f...

Slides for Parallel Debugging windows

The Moth, November 8, 2009
Views: 419 | Hits 5

Beta1 deck to Beta2 content. Specifically for Parallel Tasks and Parallel Stacks, I used 5 slides to accompany the demo.In case you are giving talks on parallelism within Visual Studio 2010, please fe...

Slides for Parallel Debugging windows

The Moth, November 8, 2009
Views: 472 | Hits 4

Beta1 deck to Beta2 content. Specifically for Parallel Tasks and Parallel Stacks, I used 5 slides to accompany the demo.In case you are giving talks on parallelism within Visual Studio 2010, please fe...

MPI Project Template for VS2010

The Moth, November 7, 2009
Views: 514 | Hits 6

1. In Solution Explorer, right-click YourProjectName, then click Properties to open the Property Pages dialog box.2. Expand Configuration Properties and then under VC++ Directories place the cursor at...

MPI Project Template for VS2010

The Moth, November 7, 2009
Views: 694 | Hits 8

1. In Solution Explorer, right-click YourProjectName, then click Properties to open the Property Pages dialog box.2. Expand Configuration Properties and then under VC++ Directories place the cursor at...

Slides for Parallel Debugging windows

The Moth, November 7, 2009
Views: 896 | Hits 13

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: 1,955 | Hits 31

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: 733 | Hits 26

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: 1,762 | Hits 80

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,423 | Hits 45

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: 1,012 | Hits 25

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,428 | Hits 84

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,279 | Hits 43

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: 2,977 | Hits 38

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,394 | Hits 18

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: 2,366 | Hits 21

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: 1,698 | Hits 54

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: 2,603 | Hits 167

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: 2,191 | Hits 74

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,506 | Hits 18

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,006 | Hits 17

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

Debugging Parallel Applications with VS2010

The Moth, November 19, 2008
Views: 1,108 | Hits 33

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

Mocking and stubbing easier than ever with Moq 2.6

eXtensible mind, November 19, 2008
Views: 1,641 | Hits 49

I've just released a new version of Moq which contains a few bug fixes but two extremely useful features: recursive mocks and mocked default values. Recursive mocks Quite often you have a root mock ob...

Where was the stubbing part in Moq?

eXtensible mind, November 19, 2008
Views: 1,431 | Hits 31

In my very recent previous post I said ""mocking and stubbing easier than ever"", but actually forgot to mention the stubbing part :S. This one is not new for users of moq-contrib, but we decided ...

Automocking container with Moq

eXtensible mind, November 19, 2008
Views: 2,130 | Hits 121

I realized that I never blogged about this cool feature contributed by Slava to Moq-Contrib. Auto-mocking containers was an idea originally (IIRC) from the guys at Eleutian, later on picked up by Jere...

Debugging Parallel Applications with VS2010

The Moth, November 19, 2008
Views: 1,312 | Hits 24

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: 1,965 | Hits 47

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