How Application Update works?
Let's see step-by-step how the Application Update works with screenshots. Keep in mind at this time you need to manually trigger the update process. And this would be the case during the Beta...
View ArticleFrequently Asked Questions!
I have addressed few questions below, but if you have any other questions or concerns, feel free to ask through comments.Q. If I throw a Kitchen sink at Debug Analyzer.NET, will it analyze it for...
View ArticleHello World Analysis Plug
A lot of work was done to keep simplicity and zero learning curve for writing Analysis Plugs. Steps to create a Hello World Plug mentioned belowUsing Visual Studio or Visual Studio Express create a...
View ArticleHow Instant Analyzer works?
Instant Analyzer is more like SQL Query Analyzer, you write your analysis and hit F5 ("Compile & Execute") and it shows the results in the window below.You can also save and load snippets, which...
View ArticleHow Interactive Debugging Works?
Interactive Debugging feature provides a way for you to manually debug the memory dumps like you do normally. It also provides a way to save the output in RTF format so that you can use it for...
View ArticleHow Learn Mode Works?
One of the core idea behind Debug Analyzer.NET is to aid in learning Debugging and also about the issues it detects.Learn mode is a way for the analysis results to provide articles or other resource...
View ArticleVideo Tutorial
Let us see different features in action in 5 min to fame style screencast...! [vimeo:18995935]
View ArticleHow Visualizer works?
Often times complex analysis becomes difficult to digest in textual format. That's where power of Visualization shines.Although the feature is not ready for general use for writing Visualizers, I would...
View ArticleScenario: How to find logged-in users with ASP.NET forms based authentication
Lets talk about a scenario here and take a look at manual way to find what we need with windbg + sos.We will then see how we can automate this using Debug Analyzer.NET Analysis. For learning pleasure...
View ArticleDebug Analyzer: Bringing back the dead!
Debugging memory dumps are also known as Post-mortem debugging and the reason for this is simple. Memory dumps are just a snapshot of the process memory (in case of usermode dumps) and not live at the...
View Article