Debugging code - where can I see my prints

Hello,
I’m working in a script node trying to figure out some logic, and want to make sure that some variables have the correct value. So what I want to do is to print the values of these variables before they arrive to the various ifs and elses.

What I got so far is that I’ve added print lines in the code where I want them, but I can’t find the output for print lines. Is it even possible to see them? If so, where can I find them?
Thank you!

Hi Ines,

next to the Tryout window, there is a panel called “Engine: Online”. If you open this panel and scroll to the right position in the processing chain, you will be able to see your debugging output. Here is an example:

image

Let me know if you have any further questions!

Best wishes,

Fabienne

1 Like

Thank you Fabienne. I found it now.