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

Exit Print View

Updated: June 2017
 
 

Types of Program Locations

    dbx uses three global locations to track the parts of the program you are inspecting:

  • The current address, which is used and updated by the dis command and the examine command .

  • The current source code line, which is used and updated by the list command This line number is reset by some commands that alter the visiting scope. For more information, see Changing the Visiting Scope.

  • The current visiting scope, which is a compound variable described in Visiting Scope. The visiting scope is used during expression evaluation. It is updated by the line command, the func command, the file command,and the list command.