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
def onException(self, exceptInfo):
print exceptInfo
operator print out exception's param as hex ( with 0x prefix ), but in fact values is 10-based