summaryrefslogtreecommitdiff
path: root/scene/debugger/scene_debugger.cpp
AgeCommit message (Collapse)Author
2020-02-25Fix debugger crash inspecting freed object.Fabio Alessandrelli
This seems to be the correct way to validate a reference. Why is cast_to failing? Is this the correct way of checking if the object is valid?
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli