Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

cont Command

The cont command causes the process to continue execution. It has identical syntax and identical functionality in native mode and Java mode.

Syntax

cont

Continue execution. In a multithreaded process, all threads are resumed. Use Control-C to stop executing the program.

cont ... –sig signal

Continue execution with signal signal.

cont ... ID

The id specifies which thread or LWP to continue.

cont at line [ID]

Continue execution at line line. ID is required if the application is multithreaded.

cont ... –follow parent|child|both

If the dbx follow_fork_mode environment variable is set to ask and you have chosen stop, use this option to choose which process to follow. both is only applicable in the Oracle Developer Studio IDE.