Another question that can help me a lot during the debug phase.
I would like to put a breakpoint like I’m used to do in spring java near in the api controller. In this way I can start to debug the server from the “catch” of the api called and I can proceed step by step into the services and stuff like that.
is there a similar point in the code where I can put the breakpoint and debug the code in a similar way?
Thank you for your attention