Trying to figure out an issue I have the SST Guide, chapter Create a settings page sub chapter Connecting the billing form I tried to follow the *How to debug lambda functions in VSC, but there are some issues:
- I had to change in the launch.json to
"runtimeArgs": [dev"]
- I didn't find an equivalent to --increase-timeout
- I can't set break points. VSC gives me this warning:
Unbound breakpoint - Some of your breakpoints could not be set. If you're having an issue, you can troubleshoot your launch configuration
- Warning: You are using a global installation of SST but you also have a local installation specified in your package.json. The local installation will be used but you should typically run it through your package manager.
I assume this is due to the changes from v2 to v3, but how can I debug now?
Trying to figure out an issue I have the SST Guide, chapter Create a settings page sub chapter Connecting the billing form I tried to follow the *How to debug lambda functions in VSC, but there are some issues:
"runtimeArgs": [dev"]Unbound breakpoint - Some of your breakpoints could not be set. If you're having an issue, you can troubleshoot your launch configurationI assume this is due to the changes from v2 to v3, but how can I debug now?