Mike
Mike

Reputation: 1580

I've broken debugging in Visual Studio. I think I pressed a wrong key

I don't know what I've done. Visual Studio used to stop when it hit an exception and now it just continues and doesn't take me to the offending code.

Does anyone know what I've pressed to turn it off? And how to turn it back on?

Thanks.

Upvotes: 2

Views: 167

Answers (1)

Joshua
Joshua

Reputation: 43188

"Debug" "Exceptions" "Break when an exception is"

Upvotes: 4

Related Questions