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)
-
0
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.