Help

How to debug/breakpoint

Topic Labels: Scripting extentions
2555 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Steven_Greenbau
4 - Data Explorer
4 - Data Explorer

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

2 Replies 2

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!

Screen Shot 2020-03-21 at 9.35.50 AM