Skip to content

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

@v-xinda

Description

@v-xinda

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions