Error!
Success!

DLR Expression Tree Debug Dump

0
kicks

DLR Expression Tree Debug Dump  (Unpublished)

Here’s a simple C# class that can help debugging Dynamic Language Runtime expression trees. It’s nothing fancy; it just dumps the entire tree to an indented string. Typically you’d call its static Dump(node) helper from a watch window, or maybe include it in a debug-only region. Consider it a short-term hack until a DLR version of the Expression Tree Visualizer is available (maybe it already is!)…


Kicked By:
Drop Kicked By: