SyntaxFix
Write A Post
Hire A Developer
Questions
Since Stack Overflow’s broken RSS just resurrected this question for me, here’s my almost-general solution: JAValueToString
This lets you write JA_DUMP(cgPoint) and get cgPoint = {0, 0} logged.
JA_DUMP(cgPoint)
cgPoint = {0, 0}