expressions - dump / log variable value for debugging and troubleshooting
Hello all,
I'm used to webcoding so when an object is producing unexpected results I'll var_dump($object) in PHP or console.info(object) in JS to find out exactly what the object consists of, then I know what to fix.
I'm trying to find the AE equivalent and so far haven't found anything. When writing complex expressions that link across layers, it can be very cumbersome to fix an error when I can't even see what properties a variable has. I'm hoping I've missed something and that Adobe haven't overlooked this important aspect to writing code?
