microsoftfeedback/WinDbg-Feedback

Output of !syncblk command: header is not correctly aligned with data, making it hard to read

Opened this issue · 0 comments

0:000> !syncblk
Index SyncBlock MonitorHeld Recursion Owning Thread Info  SyncBlock Owner
 2589 000001d75e73b0b8            3         1 000001d74a72ff50 7bf0  19   000001d72c1ea308 System.Object
 5464 000001d77693ce68           13         2 000001d796825350 fb3c 157   000001d72c1f7670 System.Object

For example, 'MonitorHeld' has values of 3 and 13, but those are printed below the 'Recursion' column.