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

Exit Print View

Updated: June 2017
 
 

search Command

The search command searches forward in the current source file. It is valid only in native mode.

Syntax

search string

Search forward for string in the current file.

search

Repeat search, using last search string.

where:

string is the character string for which you wish to search.