Hello, I have a very unusual problem. I wrote a code with and infinite loop(while(1)), and by some unknown reason the compiler only goes throught it once. It compiles just fine with 0 errors, but when i tried to put a code line just before the ( } ) closing the loop it stays stuck while compiling till i stop building. I also noticed that when you put the cursor before the ( { ) opening the loop it should highlight the ( } ) closing it. I checked every line fo the code and every ( { ) highlights the ( } ) = closing it, except for the ( } ) closing my while(1). I already checked for any missed characters that might have been interrupting the loop but there are none. The strange thing is that it compiles just fine if I don't write any lines before the last ( } ) of the loop but also the code only goes throught it once when i try to run it in the MC, and if i try to add code there it stays compiling forever and i have to cancel the compilation. I noticed this problem while the program was running but since I can't even compile with the code after the loop I'm guessing my problem is something in the code or the configuration of the workbench. It used to work just fine a week ago, I made some changes to the code then this issue started, so i reverted the changes that i made and the issue won't go away. Please anyone that had a similar problem any insight would be very helpful and sorry by any language issues because English is not my main language. Thank you in advance.
Att,
Fernando Yuji