vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

Debugging C# project fails twice before succeeding

Open v-ruizh opened this issue 5 months ago • 0 comments
trafficstars

OS: Win 11 ARM 64 Build Version: 20250613.1 Regression: Not a Regression

Repro Steps:

  1. Create a .NET 9 C# project with HttpTrigger template selected.
  2. Debug the above project.
  3. Check whether succeeds to debug the C# project or not.

Expect: Succeed to debug the C# project.

Actual: Fail to debug the C# project. Image

More Info:

  1. Kill the process and debug the above project the second time, another error occurs. Image
  2. Succeed to debug the C# project if debugging it by the third time.

v-ruizh avatar Jun 16 '25 08:06 v-ruizh