Matt Rozema
11/19/2021, 4:25 PMsst start
. If the lambda is synchronous then it works great, but with some async functions (not all) the breakpoints bounce around when I click them. I know this means there’s an issue with the source maps but I’m a bit stuck. FWIW I am using the launch.json
as recommended in the docs, and my tsconfig.json
has (among a bunch of other things):
"target": "ES2018",
"inlineSourceMap": true,
"inlineSources": true,
Any tips would be greatly appreciated! The SO posts on this topic haven’t been useful so far.Frank
Matt Rozema
11/20/2021, 1:37 AMFrank
thdxr
11/22/2021, 7:04 PMthdxr
11/22/2021, 7:04 PMMatt Rozema
11/22/2021, 8:14 PMJay
Matt Rozema
11/23/2021, 11:57 PMJay