Sun Studio 12: Debugging a Program With dbx

call function_name(parameters) Command

Use the call command to explicitly call a function instantiation or a member function of a class template when you are stopped in scope. If dbx is unable to determine the correct instance, it displays a numbered list of instances from which you can choose.


(dbx) call square(j,&i)

For more information, see call Command.