Open Closed

How can I debug in the source code of ABP framework? #978


User avatar
0
vasilas created

How can I debug in the source code of ABP framework starting from a custom module? For debugging starting from the Blazor WASM project, do I need other requirements than the other projects? I would also like to know how I could debug the ABP Commercial modules. I installed the latest version of ABP Framework.


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

    How can I debug in the source code of ABP framework starting from a custom module?

    You can try to use source link. https://www.hanselman.com/blog/exploring-net-cores-sourcelink-stepping-into-the-source-code-of-nuget-packages-you-dont-own https://github.com/abpframework/abp/pull/7054

    For debugging starting from the Blazor WASM project, do I need other requirements than the other projects?

    https://docs.microsoft.com/en-us/aspnet/core/blazor/debug

    I would also like to know how I could debug the ABP Commercial modules.

    The package is obfuscated and encrypted, and debugging may not be possible without the source code.

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