Joachim, What is convincing you that it doesn't enter the while loop when in VS? Are you stepping
through in the debugger, and seeing it skip the loop, or are you assuming it doesn't enter because
something else isn't happening? Could getline be modifying the state of the file?
Re: When is "volatile" used instead of "lock" ? ... This is because you run this code in a "managed debugger", the JIT produces different code from what is produced when no managed bedugger is attached! ... This sequence is repeated until the loop counter reaches the count value. ... I was expecting the JIT to do much better optimizations (looping x times ... with local variables.... (microsoft.public.dotnet.languages.csharp)
Re: Sorry if it is not for this forum ... >> loop uses that variable as an array index. ... A code generator / debugger message something like ...Verify reported buggy behavior.... with the same level of optimization as the shipped code. ... (comp.lang.c)
Changing source on the fly (Was: Lisp Book(s) in the K&R Style) ... Is it possible in CMUCL to change the source when stepping through the ... the source of the very function or loop you are ... curious when I will find it in any lisp debugger.... (comp.lang.lisp)
68k chip, Diab Compiler and odd behavior ... The first 16 times through the loop... the debugger, line 12 is executed and the debugger skips 13 and 14, ...ulword tmpfaultvalue;...ulword shift;... (comp.arch.embedded)
Re: Assigning User input to an array ... have I still to work on the output for loop....IDE I use, has a good debugger....language for that matter), I think a debugger for that language is a good ... (comp.lang.java.programmer)