Today I hit an infinite loop in a React component ๐
You can stop infinite loops in chrome without force-closing the program in two ways:
One: Dev Tools
- Dev tools (if not already open, go View -> Developer -> Developer Tools)
- Sources tab
- Press the Pause icon โธ near the top right of the Sources panel
Use method two if you canโt open dev tools.
- Press the three vertical dots in the top right corner of Chrome
- Hover over โMore tools...โ near the mid-bottom
- Press โTask Managerโ
- Select the tab you are experiencing the loop in
- Hit โEnd Processโ
Hopefully this can help someone!
Top comments (1)
check this article too:
dirask.com/posts/Google-Chrome-sto...