I have been enjoying programming in C# on the new alpha and beta builds, but I can't figure out a good way to debug. Is there any way to attach a proper debugger to my scripts?
The error messages are not always useful and often refer to CPP code that is being invoked by the API. Also, I can't seem to find a print() function to print variables to the Godot console, which could often be useful to track down problems.