Base solution for your next web application
Open Closed

Stepping into Abp source when debugging not working for me #8010


User avatar
0
dev1_premierpoint created

I am working on coming up to speed on ASP.NET Zero and Abp. I am currently working through the PhonebookDemo tutorial using ASP.NET Core 2.2 MVC.

I followed the instructions on this page of your Abp documentation to make sure VS 2017 has source link enabled:

https://aspnetboilerplate.com/Pages/Documents/Debugging

Here is what my settings look like:

When I debug the MVC project it tells me that the Abp symbols are not loaded:

<br> Is there a symbol server for Abp somewhere that I need to be pointing to?


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    This is my setting, you can give it a try

  • User Avatar
    0
    dev1_premierpoint created

    Gave that a try, but still no luck.

    I think the problem is that I don't have the address of a symbol server that has the Abp symbols.

    Does Volosoft maintain a symbol server for Abp packages?

    If so, what is the address of the symbol server?

  • User Avatar
    0
    maliming created
    Support Team

    I think the problem is that I don't have the address of a symbol server that has the Abp symbols.

    The pdb file is already in the nuget package.

    You can try disabling these settings and then re-enabling them.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.

  • User Avatar
    0
    mdepouw created

    Articles Tutorials | AspNet Boilerplate: configure debugging in Visual Studio