https://gyazo.com/269d54e6a692dd51cf41b6dc690ede84
This script was literally working 5 minutes ago. When I click run it pauses and says “Rendering paused for debugging”
No errors show up in output. Call stack lights up, idk what that means. And it points me to a line number but doesn’t say anything of whats wrong?
1 Like
Because you put a breakpoint there? Assuming you didn’t do this intentionally, click on the red dot to remove it.
1 Like
I thought that was used to put like a highlight for some code. Didn’t think it would actually cause errors?
It doesn’t “cause errors.” It just allows you to step line by line through the code, which helps with debugging. You can learn more about it here.
1 Like