We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To debug a C# function, you just need to attach the C# debugger to the func process.
func
# Where 5858 is the node inspect port you want to pass to the node worker func start --language-worker -- "--inspect=5858"
# Where 5005 is the java debug port. func host start \ --language-worker -- "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"