DCSIMG
CLR Explorer,DEV - Pavel's Blog
Sign in | Join | Help

Pavel's Blog

Pavel is a software guy that is interested in almost everything
software related... way too much for too little time

Browse by Tags

What’s New in CLR 4.5 Debugging API?
03 April 12 07:51 PM | pavely | with no comments
The most used command in the SOS extension DLL is probably !dumpheap . This command is able to show every object on the managed heap. This capability has no match within Visual Studio. The reason is that Visual Studio uses the CLR debugging API , that doesn’t seem to have this capability. At first glance, the ICorDebugProcess interface has the perfect method: EnumerateObjects . What could be better than that? Unfortunately, the documentation states that this method is not implemented… bummer. A while...
PDC Report: Day 3
30 October 08 11:07 AM | pavely | with no comments
In my previous report , I forgot to mention one more significant product update: Office. The next version of Office (“Office 14”) will have an online version, complete with the famous Ribbon and all major editing capabilities. In addition, synchronization services will allow nice, seamless sync between an online and offline versions, including the ability to open the same file by multiple users for editing with automatic or manual updates. On with day 3! Today’s keynote was by Rick Rashid, the head...
CLR Explorer v. 0.3
11 September 08 06:25 AM | pavely | with no comments
Another update to my CLR Explorer tool. Changes in this release: A toolbar... Thread call stack includes method signature and values (for the simple types). No generics yet. Can create a dump file on a selected process. If a process crashes, the tool suggests creating a dump file that can be examined later in Visual Studio, WinDbg, etc. Minor bug fixes. CLR Explorer v 0.3