Hi,
I'm writing my tests in C# (LINQ and JSON.NET make some things much easier). Is there any way to debug C# tests? I can't seem to figure it out. (One of my tests is throwing an exception, and the real error is buried in the output tab somewhere.)
I tried adding breakpoints in VSCode and in the Godot IDE, and using the "Run All (With Debugger)" icon in the Tests tab; it doesn't seem to hit my breakpoints.
Hi,
I'm writing my tests in C# (LINQ and JSON.NET make some things much easier). Is there any way to debug C# tests? I can't seem to figure it out. (One of my tests is throwing an exception, and the real error is buried in the output tab somewhere.)
I tried adding breakpoints in VSCode and in the Godot IDE, and using the "Run All (With Debugger)" icon in the Tests tab; it doesn't seem to hit my breakpoints.