0
How can I debug the code of a method intended to receive an event through webhook? The communication is taking place without problem, because through the application ngrok, I can identify the webhook being triggered:
However, breakpoint is not triggered when events occur:
It makes no sense... who is responding to your request is not the code being debugged, but another process that you left running... Another thing, you are running in release or debug mode?
– Leandro Angelo