I have a problem with my visual studio, in my webApplication (and only in my webApplication) my breakpoints are not reached.
I’ve just got to this project, I’ve cloned the repository and my colleague’s is working, so it’s something specific to the configuration of my visual studio I have version 2022 17.10.1.
it’s a C#/Blazor project
I’ve tried all the solutions found on the internet:
- Uninstall VS
- Go to “Debug” => Windows => Module (my PDB file isn’t in the list of modules, even though it’s present in my project next to the .exe file (it doesn’t seem to be processing the file)).
- Package update
- Clean and build
- Go to Tools => Option => Debugging => Symbols => load all symbols
- I’ve checked that I’m debugging all the projects in the solution
In short, I’ve tested a lot of things without finding anything that works (I haven’t listed all the solutions here) Do you have any ideas?
They are all in debug
New contributor
user25618643 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.