when I debug ABP Framework templates, the breakpoint never hit. I tryed 2 projects below:
BookStore-Blazor-EfCore in https://github.com/PacktPublishing/Mastering-ABP-Framework
ApiDemo in https://github.com/abpframework/abp-samples
Both set breakpoint at the beginning of main function of the project and set it as startup project.
For ApiDemo.HttpApi.Host project, after I rebuild and start it by press F5, the breakpoint says "The breakpoint will not currently be hit. No Symbols have been loaded for this document.", the symbol status in modules window show "Cannot find or open the PDB file.",user code also show No. If I load the symbol file in the same folder manually it says "A matching symbol file was not found in this folder".
Cound you share any advises for me?
I guess it's caused by vs compile setting and can't produce correct PDB file, but I can debug other non-ABP solutions.