in reply to Debugging Perl Mojolicious application

Never done it, but why don't you start the Mojo server from within your IDE while setting manual break points inside your application?

$DB:Single = 1

(IIRC)

FWIW the classical approach for remote debugging is to configure a third party server to start Perl applications with -d and a specific communication port.

The IDE/debug tool has to be set up to communicate over this port.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!