microsoft / DbgShell

A PowerShell front-end for the Windows debugger engine.
MIT License
674 stars 89 forks source link

Get-ClrStack rename OsTid parameter to Tid #12

Open dronkoff opened 7 years ago

dronkoff commented 7 years ago

Class MS.Dbg.DbgUModeThreadInfo has a property uint32 Tid {get;} Cmdlet Get-ClrStack has a parameter [-OsTid]

It would be great to have both names equal. It's better from naming conventions point of view and gives a better chance to use them in pipeline with bind by property name.

jazzdelightsme commented 7 years ago

Thanks for filing these. There is whole bunch of improvement that needs to happen for managed code support, and it's great to have some very specific items that we can track.