Wait for debugger? #1393
Unanswered
danielniccoli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I develop an Azure Function in VS Code and set a break point at the following line:
The break point is not hit, probably because VS Code connects to the debugger after the line is reached by Azure Functions. How can I tell the application to await execution until the debugger is connected?
Beta Was this translation helpful? Give feedback.
All reactions