Skip to content

Fixed remote inspector for tool scripts

Created by: pouleyKetchoupp

Based on feedback from PR #32778 I'm proposing a fix for errors when inspecting a tool script which doesn't involve a change in core (except for adding != operator for RefPtr, but I can do without it if needed).

ScriptEditorDebugger will just directly create a placeholder script instance for ScriptEditorDebuggerInspectedObject.

Fixes #29506 (closed)

Merge request reports