dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.
MIT License
58 stars 41 forks source link

Allow wildcards in /pdbs parameter values in StackParser #62

Closed schuettecarsten closed 7 years ago

schuettecarsten commented 7 years ago

This PR adds the capability to use wildcards in /pdbs command line parameter of StackParser. Instead of list all pdb files in /pdbs parameter, you can simply use/pdbs *.pdb or *.bla.pdb.

Please review.

MattWhilden commented 7 years ago

Can you modify the help statement to note that wild cards are supported for this flag?

MattWhilden commented 7 years ago

Perfect. Thanks so much!