A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Azure/azure-functions-core-tools/wiki/Enable-Debugging-for-language-workers below:

Enable Debugging for language workers · Azure/azure-functions-core-tools Wiki · GitHub

dotnet

To debug a C# function, you just need to attach the C# debugger to the func process.

node
# Where 5858 is the node inspect port you want to pass to the node worker
func start --language-worker -- "--inspect=5858"
Java
# Where 5005 is the java debug port. 
func host start \
  --language-worker -- "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
Python
# Where 9091 is the python debug port you can attach to. 
func host start \
  --language-worker -- "-m ptvsd --host 127.0.0.1 --port 9091"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4