class ExceptionHandler(pykd.eventHandler):
def onException(self, exceptInfo):
print exceptInfo
operator print out exception's param as hex ( with 0x prefix ), but in fact values is 10-based
Comments: ** Comment from web user: kernelnet **
def onException(self, exceptInfo):
print exceptInfo
operator print out exception's param as hex ( with 0x prefix ), but in fact values is 10-based
Comments: ** Comment from web user: kernelnet **
CL 84628