Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Created Unassigned: [0.2.x] Exception Always First Chance [12017]

$
0
0
class ExceptionHandler(pykd.eventHandler):

def onException(self, exceptInfo):
if exceptInfo.FirstChance:
print "fisrt chance"
return
print "Second chance" # never displayed!!!

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>