Debugging a Program With dbx

Being In Scope

If dbx claims that abc is not defined in the current scope, it means that no symbol named abc is accessible from the current location. See Chapter 3, Viewing and Visiting Code" for details. The current location is usually where the program has stopped at a breakpoint