Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

VS Code "Attach to Python Functions" debug configuration does not attach due to wrong port #43

Description

@jjo10

The .vscode/launch.json file has the wrong port:

{
    "name": "Attach to Python Functions",
    "type": "debugpy",
    "request": "attach",
    "connect": {
      "port": 7071
    },
    "preLaunchTask": "func: host start"
}

With 7071 it fails to connect but succeeds with 9091.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions