Support wildcard filtering when dump on exceptions
oldzhu opened this issue · 0 comments
oldzhu commented
Expected behavior
can use the filtering as the below to dump on to get Syste.IO.IOException:
-f *
or
-f IO
or
-f io
Actual behavior
only works when set -f System.IO.IOException
Steps to reproduce the behavior
- Write a simple program to throw System.IO.IOException and run the program.
- run procdump as "procdump -e -f IOException "
- No dump generated when the eception throw