Debugging a Program With dbx

call function_name (parameters)

Use call to explicitly call a function instantiation or a member function of a class template, provided you are stopped in scope. If dbx is unable to choose the correct instance, a menu allows you to choose the correct instance.


(dbx) call square(j,&i)