Proctal

Documentation

Pausing execution

You can use the pause command to pause program execution.
Here's how you would pause a program whose PID is 12345:

$ proctal pause --pid=12345

The program stays paused as long as the command is running. You can stop the command by sending it the SIGINT signal (^C on most terminals).