Trying to use C# in your Godot project with GDExtension will cause the typical visual studio debugger to fail. Here is an easy way to get around that using a mixed debugging session, capable of hitting C++ and C# breakpoints. Hope it helps!
#Godot #GDExtension #debugging