Where can I find a proper guide on how to debug the ABP Framework? For sake of argument, let's say that we are following the Blazer Server tutorial at https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=BlazorServer&DB=EF and would like to debug for example the call to CreateEntityAsync?
Are we supposed to replace the packages with source code? If so, how is it supposed to be done in a effective way, I can't see any options in ABP Suite for it, just that some modules can be installed as source code rather than modules?
A general guide "How do debug your ABP application" would be nice.
Thanks.
I am trying to understand the practical differences between using ABPHelper(GUI) and ABPSuite? Both seem to do basically the same thing and both also seem to be in active maintanance. What advantages/disadvantages does each of them have over the other? Thanks.
Hi,
Have searched for this but not found any good answer. Can someone please explain to me the reasoning for deciding to use Redis in ABP and be dependent on it for the "public website" features? Having researched it, my understanding is that in order to use it, you have to install the Linux subsystem and then a linux distro and then finally Redis. If that is the case, I would much rather just find some other solution for my needs for a public website/CMS that does not require all these extra steps and maintaining something I don't feel familiar with which might also have some additional concerns regarding stability, performance, security etc. in a production environment.
I know that .net core is supposed to be multi platform these days but would imagine that it is still mainly "Microsoft developers" using it and that it is also mostly hosted in Windows enviroments so having to go the extra mile here seems strange to me.
Obviously there are lots of smart people involved in the ABP project, so perhaps I am missing something here that would make me understand the reasoning here and why it is a better solution than the alternatives :)
Thanks.