Debug code for a collapsible section with multi state boxes

I have written the code for a collapsible section with multi state boxes in Wix Editor. In preview and publish mode the function works however in preview mode I get the following message in the developer console section;

To debug this code in your browser’s dev tools, open bal42.js.

Using Safari on a Mac computer. I am trying to understand what the above message means and how I fix it! I have read wix articles but I don’t really know what I am doing!!

Any guidance would be much appreciated. Thanks :slight_smile:

It’s not an error, it’s just a message.

IF you ever need to debug your code then that would be the way to do it via the browser inspect tools.

An error would actually show up in read and tell you something is wrong.