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

Exit Print View

Updated: June 2017
 
 

stopi Command

The stopi command sets a machine-level breakpoint. It is valid only in native mode.

Syntax

The stopi command has the following general syntax:

stopi event-specification [modifier]

When the specified event occurs, the process is stopped.

The following specific syntaxes are valid:

stopi at address-expression

Stop execution at location address-expression.

stopi in function

Stop execution when function is called.

where:

address-expression is any expression resulting in or usable as an address.

function is the name of a function.

For a list and the syntax of all events, see Setting Event Specifications.