Hi stackoverflow users,
I am using: - Perl - Dancer - Starman - Camelcade - Intellij
I built a container with the web application. I configure the environment variables requires by Camelcade. when I run the debug:
- perl -d:Camelcadedb web.pl
It only debug the startup perl file, that calls Dancer and then finish there with Dancer and Starman running, but not all the web application is in debug mode, because when I invoke some endpoint it is not debugging. My idea is when I invoke to URL and It has a break point, It stop there. Someone can give an idea, what is going on ?