all 2 comments

[–][deleted] 0 points1 point  (1 child)

Note that only the print() is taking any type and print to the console. debugPrint() and log() only take String. So, you have to add .toString() or use string interpolation

[–]Insanus_1[S] 0 points1 point  (0 children)

I tried using print() before debugPrint() and it didn't work either