Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Created Issue: [0.3.x] typeInfo constructor raises exception "not implemented" [13741]

$
0
0
There is a module with symbols.
If we try to get type information by full name:
typeInfo("MYMODULE!MYTYPE")
It is OK

But if we are trying to get type information by short name:
typeInfo("MYTYPE")
I get DbgException with description "Not implemented"

This bug is occurred when there are another modules without symbols

Viewing all articles
Browse latest Browse all 1625

Trending Articles