com.github.johnreedlol.Macro
Same as Debug.out, but prints the code in the block, not just the result
the string containing what was printed or what would have been printed if printing was enabled. You can pass this string into a logger.
myVal = 3; Debug.codeOut(1 + 2 + myVal}, 3) // 3 lines of stack trace
myVal = 3; Debug.codeOut{1 + 2 + myVal}
Same as Debug.out, but prints the code in the block, not just the result
the string containing what was printed or what would have been printed if printing was enabled. You can pass this string into a logger.
myVal = 3; Debug.codeOut(1 + 2 + myVal}, 3) // 3 lines of stack trace
myVal = 3; Debug.codeOut{1 + 2 + myVal}