Closed
Description
This issue was originally filed by MieAb...@gmail.com
What steps will reproduce the problem?
- use Loop statement like for(;;) or while(true);
- see wot happens
3.
What is the expected output? What do you see instead?
No output. because browser waits for its result for ever
What version of the product are you using? On what operating system?
Dartboard app on tutorials. MS Win 7 SP1 x64, Chrome 14
Please provide any additional information below.
I do not think Dartboard app doe not have a running time limit (also called compile time)
So if i type infinite loop in code editor and run that, browser stops for a while and crashes.
Please fix this so that prevent other programmers crash their browser by accidentally type a semi-colon next to the loop statement that has a end.