Open deadlyBuzz opened 10 years ago
When entering the line number for debug, a Comma separated string with line numbers is presented. However, if the numbers are entered with spaces or not strings; E.G 125, 126, 12w instead of 125,126,123 the program throws an unhandled exception.
125, 126, 12w
125,126,123
When entering the line number for debug, a Comma separated string with line numbers is presented. However, if the numbers are entered with spaces or not strings; E.G
125, 126, 12w
instead of125,126,123
the program throws an unhandled exception.