-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Installed serverless-offline
Trying to debug the services in vscode.
The debugger runs the lambda but doesn't pause on break points inside lambda code.
Any idea how to make it work?
Here's launch.json object:
{
"type": "node",
"request": "launch",
"name": "setupStreaming",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceRoot}/node_modules/.bin/sls",
"cwd": "${workspaceFolder}/services/sessions",
"stopOnEntry": true,
"args": [
"invoke",
"local",
"--function",
"setupStreaming",
"--stage",
"dev",
"--path",
"./mocks/setupStreaming-event.mock.json"
]
}
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed