Endless Loop?
#1
Posted 29 August 2007 - 07:12 PM
#2
Posted 30 August 2007 - 11:44 AM
You can have your program output to the msdos window by going into:
1. Configure
2. Options
3. JDK Tools
4. Change "Run Application" in the combo box
5. Highlight "Default" and click "Edit"
6. Uncheck Capture Output
Or add a Sleep statement to the body of the endless loop.
Best regards,
Xinox Software
#3
Posted 15 May 2010 - 10:03 PM
But what do I do to just stop everything so I can build and consequently run my file?
#4
Posted 18 May 2010 - 09:37 AM
For version 4.50 LE it is under Run > Stop Tool. Shortcut: Ctrl+B
#5
Posted 21 July 2011 - 01:53 PM
Why not enable CTRL-C, CTRL-B, CTRL-BREAK, or menu functions to break the program like all popular IDEs do such as Visual Studio? From a new user of your IDE this is very frustrating that each time I accidentally create an infinite loop, which I apparently do a lot as I'm investigating and testing new code, that I have to force shutdown your IDE.
(EDIT: And even to force shutdown is somewhat difficult to do, as the continued infinite loop running of the program dominates focus over the "End Program" window.)
Please, is there any other way?
Also, to add to the frustration, I had to answer your CAPTCHA exactly 12 times before being allowed into this forums. At 10 I assumed your system was broken. I run into this above issue again today and decided to bang my head against the wall and try again, and it worked after two CAPTCHA. I was very certain the majority of them were correct.
All in all quite frustrating to a new user, and I hope you are open to such blunt feedback.
I actually really like JCreator.
#6
Posted 21 July 2011 - 11:46 PM
#7
Posted 21 July 2011 - 11:58 PM
This blows my mind. There has to be something simple I am missing here. Why doesn't CTRL-Break, CTRL-C, or CTRL-B work?
#8
Posted 22 July 2011 - 12:12 AM
So far, nothing I try works:
- CTRL-Break
- CTRL-B
- CTRL-C
- Even the IDE is locked out of focus and the menus are therefore non-functional.
I have to kill the JCreator process itself, losing my work. Why would I ever want to code in an IDE that locks me out of control? This is a dealbreaker for me. Am I missing something simple here? I've asked everywhere, in these forums, on Facebook, on Twitter, over and over. Very frustrated... on an otherwise amazing product. :(
#9
Posted 22 July 2011 - 12:14 AM
Right now I have an infinte loop Java test program running and your IDE is entirely non-responsive to Windows Vista:
[Window Title]
Microsoft Windows
[Main Instruction]
JCreator is not responding
[Content]
If you close the program, you might lose information.
[Close the program] [Wait for the program to respond]
And this is it running in debug mode at that.
#10
Posted 24 July 2011 - 12:54 PM
We had a lot spammers on our forums so the CAPTCHA protection is strong. Note that it is case-sensitive.
#11
Posted 02 August 2011 - 12:22 PM
The current solution is to stop java.exe via the task manager of windows.
#12
Posted 19 December 2011 - 10:39 PM
xinox, on 02 August 2011 - 12:22 PM, said:
The current solution is to stop java.exe via the task manager of windows.
Do you at least have a useful piece of code to prevent this? Something like
if(loop has been running a thousand times){
break;
}
I obviously know that this wouldn't work, but if someone could write a piece of code that will work, that would be great. I am also experiencing the same problems as described above, and due to the nature of the program, it is very hard to prevent this from happen. In other words, I have to code, run, end Jcreator process, open jcreator, open workspace, edit code, run, end process and so on. Very frustrating.
EDIT:
By spamming CTRL+c+b+break immediately after running program, I make it stop, but it will still be "not responding".










