Monthly Archives: January 2012

WinDbg: Show first chance exception info but don’t actually break

I was asked today how to dump managed first chance exception info in WinDbg, but not actually break each time in the debugger. Since I know this will come up again, I’m posting this so I have somewhere to look … Continue reading

Posted in Uncategorized | Leave a comment

SpecFlow – The Good Bits

For the past two months or so, my test team has been experimenting with SpecFlow for test automation development. SpecFlow is a tool used for Behavior Driven Development, or BDD, that describing acceptance tests in a syntax that is in … Continue reading

Posted in SpecFlow, testing, Work | Leave a comment