Skip to content

aws-cdk: Support Debugging of CDK Code via CLI parameter #392

@castleadmin

Description

@castleadmin

Describe the feature

One of the big advantages of AWS-CDK ist the ability to define (reusable) infrastructure definitions in your favorite programming language. One of the advantages of programming languages is the possibility to debug issues if they arise.

Currently, the AWS-CDK doesn't offer any debugger support out of the box. Only language specific workarounds exist. It would be great to introduce a --debug-port parameter in AWS-CDK CLI like the one that is already present in AWS-SAM CLI.

Use Case

  • Debug code issues
  • Don't spend time to search for a debugging solution that works with your favorite programming language

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.1010.0

Environment details (OS name and version, etc.)

All OS

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions