vscode-azurefunctions
vscode-azurefunctions copied to clipboard
Debugging C# project fails twice before succeeding
trafficstars
OS: Win 11 ARM 64 Build Version: 20250613.1 Regression: Not a Regression
Repro Steps:
- Create a .NET 9 C# project with HttpTrigger template selected.
- Debug the above project.
- Check whether succeeds to debug the C# project or not.
Expect: Succeed to debug the C# project.
Actual:
Fail to debug the C# project.
More Info:
- Kill the process and debug the above project the second time, another error occurs.
- Succeed to debug the C# project if debugging it by the third time.