Hi @Michael Warden,
If you try to create and test in a newly created HTTP API project in VS 2022, will the same issue appear?
Cleaned and rebuilt the solution
Did you also remove the bin
, obj
and the hidden .vs
folder in your solution/project folder?
BTW, have you checked this document: Troubleshoot Breakpoints in the Visual Studio Debugger
Update1:
Since the issue disappeared after you cleaned the bin, obj folders, I guess it's due to the symbol files mismatch.
Besides, as some debugging information is saved in the .vs
folder, sometimes removing the hidden .vs
folder is also important.
Anyway, happy to hear that this issue doesn't block you anymore.
Happy coding,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.