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
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