Is it possible to terminate a running scratch file...
# intellij
a
Is it possible to terminate a running scratch file that entered an endless loop? On multiple occasions I did something stupid, like for example:
Copy code
Observable.just(1).repeat().subscribe()
And the only way to stop it I know was to kill Android Studio. Is there a better way?