vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

[GitHub Codespaces] The breakpoint is not hit when debugging a Python project

Open v-xinda opened this issue 3 years ago • 1 comments

Environment: GitHub Codespaces (Remote) Build Version: 20210525.7

Repro Steps:

  1. Create a new Python project with HttpTrigger template.
  2. Set a breakpoint as below and debug it. image
  3. Copy the Function Url from "Local Project".
  4. Navigate to terminal and type curl <Function Url>?name=xxx.
  5. 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.

v-xinda avatar May 26 '21 06:05 v-xinda

I have this issue with Node functions as well.

jgardner04 avatar Nov 16 '21 22:11 jgardner04