Clicking the stack trace doesn't work on scripts in the Player

Now, I’m not sure if this is a bug or a feature request, but I put it in Studio Bugs anyway.

So clicking an error message you got whilst in Play Solo does nothing, if that script existed anywhere inside the Player. This can be frustrating when the script is just in StarterGui or StarterPlayerScripts etc.

Super simple repro: Add a script into StarterGui that says this.

print a+b

Exit Test Solo and click the stack trace. It doesn’t do anything.
Whilst this makes sense for scripts that may be cloned into the player and so Studio cannot find where the script is when you quit testing, clicking the stack trace should just take you to the script in StarterGui/StarterPlayerScripts if it is there.

I’ll add this to our request list, with a note that it’s an extension of a new feature.

1 Like

Awesome, thanks :smiley:

1 Like