I am trying to find a way to start the perl process under the debugger, but just starting to start automatically, without stopping in the first expression and forcing me to enter "c" to start it. This module is controlled by a larger system, and I need to periodically (based on external conditions) interrupt the program through the interrupt signal, study some data structures and continue it.
Obviously, I may have a supervisor that starts my process using "perl -d myProcess", but how to get it working without an initial break. Does anyone know how to do this?
Many thanks.
templets
source share