Mar 21, 2020 03:51 AM
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
Mar 21, 2020 07:50 AM
When I asked during this webinar, I was told that you cannot set breakpoints or step through code.
Mar 21, 2020 09:36 AM
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!