Related Topics:| Debugging Behavior Defaults |
During debugging, execution may stop in a function in your program that is not debuggable source code (that is, was not compiled with -g). You can choose to have the call stack pop to the first debuggable source code in thiscase.
To go up the stack to the first executable source code when execution stops::
Debugging Options. Or, in the Sun WorkShop main window, choose Options
Debugging Options.
Note - This optionis equivalent to the dbx stack_find_source Environment Variable.