Skip to content

Commit af90f3f

Browse files
committed
docs(maintainers): add note on VSCode subprocess debug
1 parent 6908f16 commit af90f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MAINTAINERS.md

+2
Original file line numberDiff line numberDiff line change
@@ -620,3 +620,5 @@ Where:
620620
- **`layer_build.diff`**. Contains a hash on whether our source code has changed to speed up further deployments and E2E tests
621621

622622
Together, all of this allows us to use Pytest like we would for any project, use CDK CLI and its [context methods](https://docs.aws.amazon.com/cdk/v2/guide/context.html#context_methods) (`from_lookup`), and use step-through debugging for a single E2E test without any extra configuration.
623+
624+
> NOTE: VSCode doesn't support debugging processes spawning sub-processes (like CDK CLI does w/ shell and CDK App). Maybe [this works](https://stackoverflow.com/a/65339352). PyCharm works just fine.

0 commit comments

Comments
 (0)