Contents tagged with debugging
- 
Debugging Pain–End to EndWe had an issue recently that caused us some time and quite a lot of head scratching. We had made some relatively minor changes to our product and performed a release into staging for testing. We released our main web application as well as our custom built support tool (also a web app). 
- 
iPhone Apps using Microsoft .NETMy good friend Wally McClure has written a short eBook on “Building iPhone and iPod touch Applications for the .NET/C# Developer with MonoTouch”. 
- 
Regaining results from a performance test runI have been doing a lot of performance testing lately, and one of the worst things that can happen during a performance run, is when you don’t get any results. Performance testing is expensive, from a time and resources perspective, so getting results from a run is paramount. 
- 
Debugging Silverlight apps using WinDbgWhile working on a silverlight application for my current engagement, we were seeing some weird memory issues and application crashes. I won't bore you with the initial investigation of the issue, but it turns out we need to delve deep into what was going on behind the scenes. A fellow colleague and friend, Miguel Madero, was also encountering similar issues. He also did some work in debugging the issues he was seeing, and because they were similar to mine, I had a little headstart in where to look. Note: I know that Miguel will also be publishing some debugging tips around Silverlight and he is a Silverlight gun so keep an eye on his blog for more details. 
- 
Profiling your AJAX Applications using AjaxView
- 
Dodgy DebuggingIn a previous post, I mentioned an obscure ASP.NET issue that had me scratching my head for a while. 
- 
Debugging Javascript on a Live site - Fun and GamesI was discussing debugging of Javascript on one of the ASP.NET Ajax forums recently and thought I'd share how I go about it, as you'd be surprised how many people are unaware of this capability.