Hi all,
currently I'm struggling with debugging. I do have a 2-dimensional array (4 by 4 grid). Each point (X|Y) in that array is user-defined type.
If find it quite hard to debug.
Just printing the array is not possible. To have a proper visual representation, I'd have to implement my own function (which leads to knowing the number of dimensions of the array and deal with screen size at the same time). I also tried to use the breakpoints and the debugger. But to be honest, I couldn't get it to work. When using debugging, the IDEs want me to broadcast/connect to a device.
Are there any hints or docs for this?
Thank you!
Edit: Found out about https://www.appgamekit.com/documentation/Reference/Error/Log.htm - but that is not exactly what I have in mind.
[size=small]Keywords: Arrays, Debugging, Logging, Types.[/size]