I downloaded OrchardCore project from Github. I am trying to understand the lifecycle of each request through code.
How can I get a call-stack of a complete request so I can follow the code to see what takes place at runtime? Typically I see Call-Stack data when an exception is thrown. In this case, the application runs with no exception. How can I still see a call stack or something similar to understand what happens to every request?