GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Add a configurable node_modules allow-list #47

Closed briandealwis closed 4 years ago

briandealwis commented 4 years ago

Fixes #45

Adds an allow-list for node_modules that directly load user code and so are suitable scripts to use with --inspect. Additional modules can be included by adding them to the WRAPPER_ALLOWED environment variable, separated by spaces.

briandealwis commented 4 years ago

@vincentjocodes with this PR, I've marked the next.js launcher and so it should work with skaffold debug.