Relaxing the Scope Lookup Rules for Static Symbols and C++ Member Functions

Related Topics:

Scope stop Command

To relax the scope lookup rules for static symbols and C++ member functions, type:

dbxenv scope_look_aside on

or use the "double backquote" prefix:

stop in ''func4    func4 may be static and not in scope

If the dbx environment variable scope_look_aside is set to on, dbx looks for: