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
Comments: ** Comment from web user: kernelnet **
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
Comments: ** Comment from web user: kernelnet **
fixed 0.3.0.32