Skip to main content

How to debug/breakpoint

  • March 21, 2020
  • 2 replies
  • 87 views

Forum|alt.badge.img+2

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

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • March 21, 2020

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


Forum|alt.badge.img+4
  • Inspiring
  • 192 replies
  • March 21, 2020

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!