Invoking dbx |
The dbx command starts dbx.
dbx options program | Debug program. |
dbx options program core | Debug program with corefile core. |
dbx options program pid | Debug program with process ID pid. |
dbx options - pid | Debug process ID pid; dbx finds the program via /proc. |
dbx options - core | Debug using corefile core; see also debug Command. |
dbx options -r program arguments | Run prog with arguments arguments; if abnormal termination, start debugging program, else just exit. |
where: