Debug locally: "ImportError: No module named debugpy" #3075
Labels
cdk
guidance
General information and guidance, answers to FAQs, or recommended best practices/resources.
language:python
Issues related to debugging Python lambdas using SAM Local
needs-response
Waiting on reply from issue/PR author.
platform:windows
sam
System details (run the
AWS: About Toolkit
command)Question
Hi,
I would like support to debug a lambda built in CDK locally in VSCODE.
When I run the lambda via SAM LOCAL INVOKE it works perfectly, but when I add a breakpoint and run it in debug mode, some problems arise.
I performed some tests, the
aws_toolkit.log
main problem is not finding the debugpy module, but it is attached.
The text was updated successfully, but these errors were encountered: