hi folks, my Compiler/debugger don't want to do something i've programmed when i'm not supervising his steps...
now what is this thing... the activity i get this strange behavior, calls one method two times to get the needed data to show in a List View. this method builds an SQL Select Query out of the Data given to this method ( i know there is a Query method... just don't ask please), sends the query and returns a cursor.this cursor is given back to the method the activity has called. without setting an breakpoint above the 2 querys the compile walks through it and giving me cursors back without any data in it. when i set an breakpoint over it, and i *step into* the whole thing or i'm just *step*ping *over* the whole procedure, i get all the data i wanted. that would be the part which calls the method and this one is the fitting method so... what is wrong here? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/lazy-compiler-debugger-tp5712541.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
