I am just getting started with custom apps and struggling to get breakpoints set in VS Code to work with even the Hello World example app. I guess I am not really sure what is running where. I see that in order to run my custom app the build run
command is observing my code and running a local web server at localhost:9000
which Airtable is then using to get a copy of my app. Then the app is run in my browser by Airtable.
Is there any way for me to set breakpoints in my source code, like I do when developing other React apps, so that when my browser hits those breakpoints I can see the debugging information in VS Code?
If anyone has this working, please share your configuration, in particular your launch.json
setup in VS Code.
Thanks!