vscode-azurefunctions
vscode-azurefunctions copied to clipboard
[GitHub Codespaces] The breakpoint is not hit when debugging a Python project
Environment: GitHub Codespaces (Remote) Build Version: 20210525.7
Repro Steps:
- Create a new Python project with HttpTrigger template.
- Set a breakpoint as below and debug it.
- Copy the Function Url from "Local Project".
- Navigate to terminal and type
curl <Function Url>?name=xxx
. - Check whether the breakpoint is hit or not.
Expect: The breakpoint is hit.
Actual: The breakpoint is not hit.
More Info: This issue doesn't reproduce on Non-Codespaces and Local-Codespaces environments.
I have this issue with Node functions as well.