Skip to content

Expose multiple ports through --debug-port when start lambda in debug mode #1463

@sdubov

Description

@sdubov

Describe your idea/feature/enhancement

I would like to have multiple debug ports to be exposed on start lambda in debug mode.
JetBrains Rider IDE debugger requires two ports to be exposed to work properly (the process set up two sockets). We would like to have an option to start dotnet core docker container with multiple ports available.

Proposal

It would be great to be able to specify a multiple coma-separated ports in --debug-port option, e.g. --debug-port 5600, 5601.

Add details of how to add this to the product.

Things to consider:

  1. Will this require any updates to the SAM Spec
    No.

Additional Details

None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions