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

Exit Print View

Updated: June 2017
 
 

stepi Command

The stepi command steps one machine instruction (stepping into calls). It is valid only in native mode.

Syntax

stepi

Single-step one machine instruction (step into calls).

stepi n

Single step n machine instructions (step into calls).

stepi -sig signal

Step and deliver the specified signal.

stepi ...lwp-ID

Step the given LWP.

stepi ...thread-ID

Step the LWP on which the specified thread is active.

where:

n is the number of instructions to step.

signal is the name of a signal.

lwp-ID is an LWP ID.

thread-ID is a thread ID.