stack_find_source Environment Variable

Related Topics:

Going Up the Stack When Execution Stops Environment Variables
dbxenv Command

The stack_find_source environment variable determines whether the call stack pops to the first debuggable source code when execution stops in a function that is not debuggable source code.
stack_find_source on | off When set to on, dbx attempts to find and automatically up to a stack frame with source when the program being debugged comes to a stop in a function which is not compiled with -g. Default: on.