主题:急切求助:调试出现错误,如何发现其具体在哪??
调试时,运行到某一处时,系统出现如下提示
System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value)
at Microsoft.VisualBasic.CompilerServices.BooleanType.FromString(String Value)
但虽然我是 逐句调试的 并没有往常的提示(用黄色线标注) 如何能得知程序具体是执行到什么地方出现错误的????
谢谢!!!
System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value)
at Microsoft.VisualBasic.CompilerServices.BooleanType.FromString(String Value)
但虽然我是 逐句调试的 并没有往常的提示(用黄色线标注) 如何能得知程序具体是执行到什么地方出现错误的????
谢谢!!!