Print Node?

What exactly does the print node do. I thought it was for like debugging/printing in console ,but it doesn’t seem to do anything. I have tried with debug info enabled ,but not seeing anything printed anywhere.

If you are on Windows using Blender 2.7 it’s currently broken. Enable the debug console and what you print will be displayed. It should also work if used from Haxe and run directly from Kode Studio.

I was actually trying a 2.8 windows build. I was finally able to get it to print something ,but I think it has updating issues. At first I tried to check a bool property and then I tried to just get it to print a string. After I hooked up the string, it printed the bool property that I ended up deleting, LOL.