if you ever end up with an infinite loop...i usual...
# tornadofx
c
if you ever end up with an infinite loop...i usually add a small sleep at the end to give the JVM or CPU a chance to break in. something like Thread.sleep(10)