Force Stop A Website

Question:

I created a program that shows an alert for my program, the problem is I accidentally put it in a while (true): loop. Does that mean that I have lost all that code? Or is there a way to force the program to stop running. Since it is a website, it starts running when you start the repl and the stop button is covered up by the alert. I have gotten myself into a real pickle! Please help!

Repl link: My Program

@MilesWK

Hey, Miles!

I got myself into this kind of problem in the past. What you can do is open the Repl link, and close the webview really fast before it loads. Without the webview, the loop can’t run, and you can edit your code safely. I hope this helped you :smiley:

3 Likes

Thank you! It worked great! That was great!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.