Hi, I’m just getting started with ProBuilder.
Since I didn’t find any topic about this matter I just wanted to know what are the best ways to debug ProBuilder code.
Is it possible to log/trace the variables somewhere ?
Is there any kind of debugger ?
AVTParticipant
Senior
I used to work with a selfbuild debug window based on Nicolas dashboard:
https://www.prorealcode.com/blog/learning/simple-indicators-dashboard/
Since there’s no console, the only way is to return each of the variables you’d like to be tested and get their values through the info panel (CTRL+D). With version 10.3, you can also use Drawtext.
The info panel is great, exactly what I was looking for… Thank you