Getting a screen saying "Rendering is paused for debugging"

When I try to playtest by clicking “Play Here”, this pops up and doesn’t allow me to playtest. Is there a way to exit this mode?


15 Likes

You may have a breakpoint in one of your scripts causing the game to go into debugging mode. You can simply click it again to remove it. A breakpoint is the red dot on the side of your code so I suggest you look through your scripts and find it.

31 Likes

You need to click Play (:arrow_forward:) and then Resume (:arrow_forward:) key near Stop (:stop_button:) key.

8 Likes

I get the some error except I have no breakpoints in my code, or in any script within my game. I opened the breakpoint window to check for this and nothing, I even clicked disable all breakpoints (despite having none) and I still get the “Rendering is paused for debugging” screen

2 Likes

This sneaky setting may be the root of your problem. Make sure its on “Never”.

This was the solution to my problem, It might have been yours too!

image

2 Likes

where did you find this setting? im looking around the view tabs but i feel blind <_<

This menu is only accessible whilst editing a script.
image

4 Likes