That was the answer. I had break on exceptions turned on. I'm
actually rather disappointed with that. I would like the software to
break on exceptions unless the code says to catch it, which is what I
would expect. Oh well.
Thanks,
Chuck
Whenever I run the program, I get an OutOfBoundsException at the
line that sets capt. Why isn't this being caught?
Is "Break on Exceptions" turned on? If so, the debugger will always
show you an exception, whether you've handled it or not, I believe.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>