vote up 0 vote down star

My asserts aren't generating message boxes, sometimes they send a message to debug output and end the thread without giving me a more aggressive notification. How can I force all my Debug.Asserts to just throw, so I know that I see them?

flag

2 Answers

vote up 1 vote down

We created our own asserts that throw.

link|flag
vote up 0 vote down

It should throw if you haven't disabled it using <assert assertuienabled="false"/> in <system.diagnostics> section.

link|flag
i have that set, no dice.. – Dustin Getz Oct 26 at 19:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.