My errors aren’t showing up in logs. Is there a way to fix this?
To test if they weren’t working, I tried some stuff like this.
And it didn’t return an error.
My errors aren’t showing up in logs. Is there a way to fix this?
To test if they weren’t working, I tried some stuff like this.
And it didn’t return an error.
This is insufficient information, can you provide some context about the logs? What is it showing right now?
So I accidentally did print(char) instead of print(char.Name) and it didn’t give me an error. This is an example but there might be a few other errors I don’t know about.
By errors I mean red text in dev logs.
Do regular prints work, including examples like:
print(workspace.Name)
print("Test")
?They do. But errors wont show and it is incredibly difficult to debug without them.
O they work now! Idek what I did.