Join Slack
Powered by
Is it possible to terminate a running scratch file...
# intellij
a
arekolek
09/26/2018, 3:48 PM
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?
2
Views
Open in Slack
Previous
Next