Closed GoogleCodeExporter closed 9 years ago
Jesse,
* The MSDN link you referred to in the patch is from Windows 2000
* Your list of thread states is incomplete
* Even if you had all the valid states, adding a self.states member to the
plugin class is the wrong way to do it, as any other plugins wanting to print
thread state would need to inherit from ThrdScan just to access your lookup
table
* Lastly, the threads plugin already prints thread state, so you are once again
re-implementing (incorrectly I might add) something that already exists in the
framework.
Sorry....we encourage and appreciate contributions, but they need to be
technically accurate, robustly designed, and most of all we ask that the
functionality contributed doesn't already exist else its a waste of everyone's
time.
Original comment by michael.hale@gmail.com
on 6 Nov 2012 at 8:30
Original issue reported on code.google.com by
jessekornblum
on 6 Nov 2012 at 7:57Attachments: