How do you debug an AnimGraph?

I’m trying to see the current values of variables within my anim graph and I want to output them to the screen somehow.

With normal blueprints, I’d just use a “Print String” node and look at the values of a variable, but that’s not available within the Anim Graph. What methods do you use to see the variable states within your animgraphs?