E
Eric Kiernan
i'd like to stop and break into debugging mode if a certain condition is
true. I have a line counter ( i'm reading a text file ), and I want
it to break at a certain line of the textfile. so i'd like to say
something like if ( lineCntr == 141) {
break;
documentation seems confusing.
true. I have a line counter ( i'm reading a text file ), and I want
it to break at a certain line of the textfile. so i'd like to say
something like if ( lineCntr == 141) {
break;
documentation seems confusing.