Putting breakpoints in files outside of a Python SAM App causes "pydev debugger: warning: trying to add breakpoint to file that does not exist" #452
Labels
feature-request
New feature or enhancement. May require GitHub community feedback.
language:python
Issues related to debugging Python lambdas using SAM Local
sam
ux
user experience
If you debug a Python SAM App, but have breakpoints set on other applications/code within your VS Code workspace folder that isn't in the scope (CodeUri) of the App being debugged, warnings like this appear in the output:
We should try to create a "clean" debugging experience for the lambda function that is being debugged locally, without impacting any of the user's other settings (like removing breakpoints)
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: