Sun Studio 12: Debugging a Program With dbx

Native Mode Syntax

The following specific syntaxes are valid in native mode:

when at line_number { command; }

Execute command(s) when line_number is reached.

when in procedure { command; }

Execute command(s) 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.