Skip to main content

I am a Airtable scripting newbie. I am using Chrome as a browser.

When I click F12 I get the debugging tool.

How do I locate the code so I can step through it and/or breakpoint.

I can’t find any articles or videos on how to debug these scripts

When I asked during this webinar, I was told that you cannot set breakpoints or step through code.


If you have the browser developer tools open, you can write debugger; in your script to set a breakpoint. When you run the script, it will pause on that line!



Reply