Debug and conquer
Home
▼
Monday, August 15, 2016
Solving .net source code lines problem in windbg with SOSEX
›
Introduction The SOSEX debugger extension has all kinds of commands that work with source code lines, for example !mk displays a stac...
Sunday, August 2, 2015
The Cause of Spurious Mouse Move Messages/Events when task manager is open
›
Recently while programming in JavaScript I noticed that my mousemove event keeps firing without my mouse moving, as long as my mouse is over...
1 comments
Wednesday, July 8, 2015
Services Console Snap-in Timeout Error message Causes
›
If you ever encountered a hanging service you probably saw the error: "Error 1053: The service did not respond to the start or control ...
Friday, April 24, 2015
Diagnosing which process is consuming commit charge with pagefile-backed sections
›
introduction Most of the time when there is memory pressure on the system it’s easy to find the offending process by simply checking the Ta...
Saturday, April 18, 2015
Debugging Assemblies that weren’t built with debug information
›
introduction Using this great dotPeek feature we can debug any third party managed assembly we want (it gets even better when we prevent ...
Saturday, April 11, 2015
The Relationship between .NET and the Windows Kernel
›
Introduction A question that one may ask is "Is the Windows kernel aware of the .Net Framework ?". Assuming "No" he...
Friday, March 27, 2015
Skipping over the last statement Of a function of an optimized Assembly in the visual studio debugger
›
Let’s imagine that we are debugging a third party module ( possibly using this cool dotPeek feature ), and want to skip the last line of the...
›
Home
View web version