Open Closed

Crash when using breakpoints #4660


User avatar
0
Callum created

I am experiencing an issue where if I click the login button on the blazor frontend and am redirected to the login page on the host project visual studio stops running and closes the browser window. This only happens if I have breakpoints set in the project, if there are no breakpoints then it runs fine. Obviously this is making debugging my project very frustrating as I have to set all my breakpoints each time I run the project.

  • ABP Framework version: vX.X.X
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: The program '' has exited with code 4294967295 (0xffffffff). The program '[1144] iisexpress.exe: Program Trace' has exited with code 0 (0x0). The program '[30420] iisexpress.exe: Program Trace' has exited with code 0 (0x0). The thread 0x0 has exited with code 0 (0x0). The program 'localhost:44371' has exited with code 4294967295 (0xffffffff). The program '[1144] iisexpress.exe' has exited with code 4294967295 (0xffffffff). The program '[30420] iisexpress.exe' has exited with code 4294967295 (0xffffffff). The program '' has exited with code 4294967295 (0xffffffff). The thread 0x0 has exited with code 0 (0x0). The program 'index.html' has exited with code 4294967295 (0xffffffff).
  • Steps to reproduce the issue: Add a breakpoint to the project then click the login button

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can upgrade your visual studio to the latest or use Rider to confirm whether its a visual studio problem.

    https://www.jetbrains.com/rider/

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11