Sun Studio 12 Update 1: Debugging a Program With dbx

Native Mode Syntax

The following specific syntaxes are valid in native mode:

when at line_number { command; }

Execute command when line_number is reached.

when in procedure { command; }

Execute command when procedure is called.

where:

line_number is the number of a source code line.

command is the name of a command.

procedure is the name of a procedure.