1. run script and get typeInfo from a module
2. call .reload /u windbg command
3. try to delete module.pdb file (for example, rebuild module)
Result: module.pdb can not be deleted
4. .unload pykd and try delete the file another time
Result: module.pdb is deleted successfully
Comments: ** Comment from web user: EreTIk **
2. call .reload /u windbg command
3. try to delete module.pdb file (for example, rebuild module)
Result: module.pdb can not be deleted
4. .unload pykd and try delete the file another time
Result: module.pdb is deleted successfully
Comments: ** Comment from web user: EreTIk **
rev. 83100: fixed