You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kept debugging points at the code FunctionsDebugger.Enable(); and also in HttpTrigger Function Code.
Not Sure which process to be attached for debugging the .NET 4.8 Functions Isolated one.
But tried this cmdlet func host start --dotnet-isolated-debug in the VS Code Terminal of the same project - without hitting the breakpoints, it directly showing the output
Please Assist!