azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Unable to use command line argument --language-worker

Open denilinguist opened this issue 3 years ago • 1 comments

I work on a project that runs simultaneously three distincts azure functions. We use azure-functions-core-tools V3 for two years now; in order to debug each instance, we use the language-worker parameter from func to configure the debug ports of the underlying nodes processes (as described here), e.g.:

func start --language-worker -- "--inspect=9229"

All was working fine with func core V3. Since we moved to V4 a few days ago, it's not working anymore: image

I can provide details if needed, but empirical digging indicates that the problem arise at en early stage, before Node is effectively launched.

denilinguist avatar Jul 27 '22 11:07 denilinguist

Any news ? It it reproducible ?

denilinguist avatar Aug 02 '22 14:08 denilinguist