You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10, Vulkan, Intel® Core™ i7-8700K, Nvidia GTX 1080 (471.11)
Issue description
If you set a breakpoint on the final line of a code block, the local variables scoped to that codeblock will not appear in the debugger
Steps to reproduce
Simply place a breakpoint on the final line of any block of GDScript code with local variables, either as the a function or indendent code block. Observe how the local variables no longer appear in the debugger.
Godot version
5d5f80b
System information
Windows 10, Vulkan, Intel® Core™ i7-8700K, Nvidia GTX 1080 (471.11)
Issue description
If you set a breakpoint on the final line of a code block, the local variables scoped to that codeblock will not appear in the debugger
Steps to reproduce
Simply place a breakpoint on the final line of any block of GDScript code with local variables, either as the a function or indendent code block. Observe how the local variables no longer appear in the debugger.
Minimal reproduction project
debugger_test.zip
The text was updated successfully, but these errors were encountered: