I got following problem:
Im sending AJAX request to method in MVC, during execution of the method Visual Studio breaks without throwing any exception, the last step is the one at the attached screen, after that one it breaks and doesnt go any further even to return line.
I tried to add additional test variable, for example: var test = ""; but it is not being recognized in this context as well, i got the same message before foreach loop. I dont have this variables defined anywhere else in the code.