Open pragnagopa opened 5 years ago
cc @mhoeger @ColbyTresness
Following app settings, need to be set when APPSVC_REMOTE_DEBUGGING is set to true
languageWorkers__node__arguments = --inspect=0.0.0.0:5858 APPSVC_TUNNEL_PORT = 5858
@ahmelsayed - Do you have any ideas on how to achieve this?
We can set them here conditionally.
python should work as well. @maiqbal11 - do you know debug settings needed for python ?
It's using the ptvsd module: -m ptvsd --server --port 9091
ptvsd
-m ptvsd --server --port 9091
Opened https://github.com/Azure/azure-functions-docker/pull/107
cc @mhoeger @ColbyTresness
Following app settings, need to be set when APPSVC_REMOTE_DEBUGGING is set to true
@ahmelsayed - Do you have any ideas on how to achieve this?