Thursday, 13 May 2010
« SOSEX v4.0 Now Available | Main | Major SOSEX Update »

As Tess mentioned a couple of weeks ago, there was a problem with the way SOSEX displayed CLR thread IDs.  The problem was that I was printing them in decimal format, whereas the SOS/PSSCOR2 !threads command lists them in hexadecimal format.  This caused confusion and extra effort.  This has been corrected, and I now display CLR thread IDs in hex throughout, even using an explicit "0x" prefix to remove all doubt.

As an added goodie, I have implemented support for printing enum fields with their enumeration field names instead of just the numeric value.  For example:

[L0]:0x4004000(DeleteOnClose|Encrypted) (System.IO.FileOptions)

[L8]:0x2 (Green) (ConsoleTestApp.CtaColor)

This way, you can view the backing value as well as the friendly field names.

Enjoy!

Thursday, 13 May 2010 03:40:19 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  |  Trackback
Tuesday, 05 October 2010 14:01:40 (GMT Standard Time, UTC+00:00)
Is it possible to be able to list a specific range of strings? My app has generated 470 000 strings and listing all would take some time :)
Comments are closed.