how to create a more accurate Break Point or Try/Catch
Posted
by BDotA
on Stack Overflow
See other posts from Stack Overflow
or by BDotA
Published on 2010-04-27T15:31:34Z
Indexed on
2010/04/27
15:33 UTC
Read the original article
Hit count: 153
c#
I have two FOR loops that the outer will repeat 64 times some where I know there is a index out of bound error How can I set a good break point or try/catch block,etc that exactly shows me the index and line of code that is causing the problem. ( C# WinApp)
Thanks all.
© Stack Overflow or respective owner