Manual Page Result
0
Command: hang | Section: 1 | Source: UNIX v10 | File: hang.1
HANG(1) General Commands Manual HANG(1)
NAME
hang - start a process in stopped state
SYNOPSIS
hang command
DESCRIPTION
The given command is executed, but stopped before main() is called so
that the process can be picked up by a debugger. To ensure that break-
points may be set, the process does not share its text.
SEE ALSO
pi(9.1), kill(1)
HANG(1)