Debug Javascript

Hi
I am trying to debug my javascript but I cannot see my code in the chrome debugger. I hear it is not straightforward to bring it up.

I got the javascript to work outside bubble but need to step through it now inside bubble.

I am using the RunJavascript from toolbox.

Any tips would be appreciated.

Thanks

Yes this isn’t that easy to do.
But what do you want to bring it up for? To spot the point of failure?
If so, I would suggest posting yourself console.logs() throughout your code that show you the progress of each component of your script. If you’re not seeing an error in the console already, this is probably your best bet to isolate it. And feel free to post it here.

No error, just wanted to step through the the logic with the data real time.

I will continue with the console logs.

Thanks for the reply

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.