I have an application (Let's call it Application A) which has dependency to OIDC Client. And OIDC Client has dependency to OIDC Customization. So no direct dependency between Application A and OIDC Customization.
I'm having trouble debugging both components.
How to debug these scenarios?
Hello,
In the first scenario I don't understand what are you trying to debug. Is it something in Application A or in OIDC Client? Because you say that you're redirected and the debugger stops. If that's the case then you should debug OIDC Client since it seems an independent application.
The second scenario is a common problem. In order to use a module as an Entry Module of the debugger, the Entry Module must have a reference to anything of the module you want to debug (even if you don't use that reference at all. You can reference anything at all). In your case, reference any public action, entity, structrure, doesn't matter, from OIDC Customization in module Application A. You'll see that after you publish Application A the OIDC Customization will have a new entry module.