Jassertfalse does not work if I attach a debugger after hitting the first one

Pretty much as the title says, maybe it's intended behaviour, because the first time

juce_isRunningUnderDebugger

is called `testResult` is set to -1, and thus never checked again. But I think it would be very nice if I could still hit jasserts when I attach a debugger after startup.

I'm on OSX if it matters.

Hmm, good point. Thanks, I'll take a look.

thanks!