pykd.dbgCommand('!exchain') returns None
I have a dump with an invalid exception chain. I want to automate this detection. I thought that pykd.dbgCommand('!exchain')
would return an error string (in my case Invalid exception stack at 18a6ca94
), but it returns None
.
Before I begin debugging kdlib
(which I believe gets an empty output here, but didn't check), any ideas?