Is there any way to do postmortem debugging for chrome(or chromium) with windbg??
I tried to do these steps
- install postmortem debugger by
windbg -I
with admin privilege - then, forced chrome to crash
- but windbg can't catch the crash
Is there any way to do postmortem debugging for chrome(or chromium) with windbg??
I tried to do these steps
windbg -I
with admin privilege