Where to find the log() response

I use the log() in my logic, but I don’t know where to see the log. I don’t where the five inspector is. Kindly help with this

Hi Jaymeeu,

When you run your app, instead of clicking the Run button, click the Inspect button in Five’s toolbar. See image below.



In your application, the Inspector will be available on the right hand side of your screen, click the Expand button to open. See image below.



Once you have expanded the Inspector, you can use your mouse and click, hold, and drag in the header, to position where you would like it on your screen.

Each time your code is executed you will see your log. Use the tabs across the top to debug your queries and code. See image below.



To contract the Inspector, click the Contract button. See image below.


1 Like

Thanks for this Jo-Anne

1 Like