debugging strategy: jump into a REPL
@b0rk You can do it in C# as well with System.Diagnostics.Debugger.Launch() and the VS Immediate window, though it's a bit more limited in that it'll pretty much only work if your dev environment is "Visual Studio on Windows"