It should be possible to use Starman in non-forking mode. It would listen on a given port and have only one worker and it wouldn't fork when spawning said worker. This would make remote debugging using perl -d and PERLDB_OPTS='RemotePort=somehost:9000' way easier. (Example: https://github.com/raix/vscode-perl-debug or other integrations).
It should be possible to use Starman in non-forking mode. It would listen on a given port and have only one worker and it wouldn't fork when spawning said worker. This would make remote debugging using
perl -d
andPERLDB_OPTS='RemotePort=somehost:9000'
way easier. (Example: https://github.com/raix/vscode-perl-debug or other integrations).