News in the Category:
Debugger
Total posts: 116 | Sort by Views | Sort by Hits
MSDN: Coding4Fun, January 23, 2013
Views: 246 | 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...
The Moth, January 14, 2013
Views: 279 | 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 ...
The Moth, December 14, 2012
Views: 337 | 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...
The Code Project Latest Articles, December 2, 2012
Views: 759 | Hits 18
Debugger API, explore and modify running program easily...
The Code Project Latest Articles, November 30, 2012
Views: 854 | Hits 43
Debugger API, explore and modify running program easily...
Method ~ of ~ failed, October 26, 2012
Views: 384 | 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...
Julia Lerman Blog - Dont Be Iffy..., July 23, 2012
Views: 461 | 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...
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...
The Moth, May 2, 2012
Views: 486 | 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 ...
The Moth, March 16, 2012
Views: 800 | 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...
K. Scott Allen, March 15, 2012
Views: 939 | 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...
The Moth, March 14, 2012
Views: 695 | 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...
Frans Boumas blog, January 20, 2012
Views: 592 | 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...
The Moth, December 31, 2011
Views: 646 | 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...
Marquee de Sells: Chriss insight outlet, December 4, 2011
Views: 628 | Hits 19
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, ...
The Code Project Latest Articles, October 24, 2011
Views: 1,809 | Hits 37
A beginner introduction to the features of the Chrome Debugger....
The Moth, September 21, 2011
Views: 837 | 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 ...
Somasegars WebLog, June 14, 2011
Views: 733 | 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...
C# Frequently Asked Questions, March 28, 2011
Views: 1,217 | 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...
The Code Project Latest Articles, December 26, 2010
Views: 2,216 | Hits 18
Let's enhance our Debugger!...
Simple Talk, December 19, 2010
Views: 745 | 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...
K. Scott Allen, November 8, 2010
Views: 1,017 | 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...
ScottGus Blog, August 19, 2010
Views: 1,305 | 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...
Rico Marianis Performance Tidbits, June 4, 2010
Views: 783 | 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...
ScottGus Blog, April 21, 2010
Views: 1,571 | 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...
The Moth, April 12, 2010
Views: 984 | 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...
Simple Talk, March 24, 2010
Views: 1,068 | 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, ...
The Moth, March 2, 2010
Views: 996 | 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...
The Moth, November 12, 2009
Views: 1,323 | 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...
The Moth, November 7, 2009
Views: 1,292 | 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...
The Moth, November 6, 2009
Views: 2,867 | 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...
Simple Talk, October 14, 2009
Views: 1,120 | 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...
Rick Strahls WebLog, September 24, 2009
Views: 2,535 | 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...
JohnPapa.net, September 17, 2009
Views: 1,889 | 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...
Julia Lerman Blog - Dont Be Iffy..., July 3, 2009
Views: 2,220 | 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...
...
Rick Strahls WebLog, March 22, 2009
Views: 1,755 | 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...
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:...
Clarity Blogs: ASP.NET, January 26, 2009
Views: 3,699 | 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...
Clarity Blogs: ASP.NET, January 23, 2009
Views: 1,726 | 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...
Clarity Blogs: ASP.NET, January 18, 2009
Views: 3,266 | 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...
Brian Desmonds Blog, January 5, 2009
Views: 2,166 | Hits 57
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...
The Visual Basic Team, December 30, 2008
Views: 3,270 | 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...
The Visual Basic Team, December 9, 2008
Views: 3,040 | 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...
kbAlertz.com :: Visual Studio 2005, November 26, 2008
Views: 1,756 | 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...
The Moth, November 19, 2008
Views: 1,658 | 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...
Karl Seguin [MVP], November 4, 2008
Views: 2,714 | 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...
Steven Smith, October 23, 2008
Views: 1,745 | 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...
ISerializable, October 11, 2008
Views: 1,513 | 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 ...
The Code Project Latest Articles, October 9, 2008
Views: 633 | Hits 3
Intellisense debugger fails computation on inheritance...
Guy Barrettes WebLog, October 8, 2008
Views: 6,075 | 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...