Sun Studio 12: Debugging a Program With dbx

stop inclass classname Command

To stop in all member functions of a template class:


(dbx)stop inclass Array
(2) stop inclass Array

Use the stop inclass command to set breakpoints at all member functions of a particular template class:


(dbx) stop inclass Array<int>
(2) stop inclass Array<int>

For more information, see stop Command and inclass classname [-recurse | -norecurse].