I started a small project concerning some report. I added the visual part and everything was ok. The project has 3 buttons. I added the code for the first button and the program responded correctly but i lost the autocompletion. When I added the code for the second button the oddest thing happened: after some peculiar behaviour I started to debug the project i saw that the cursor hadn't gone to the lines normally executed but to some random lines in the vecinity(however the sequence was sintactically correct
) I breakpointed every single line and in runtime about half of those where called invalid. Further more, the valid breakpoints code lines are executed BEFORE the cursor passes them. I am really appaled by this behavior.
Oh yes, when i comment the lines that started the problem the problem stays. If i delete them alltogether it kinda dissapears.
PLS help
Oh yes, when i comment the lines that started the problem the problem stays. If i delete them alltogether it kinda dissapears.
PLS help