Debugging a Program With dbx

call

When you use the call command in dbx you call a procedure, and the procedure performs as specified:


call proc([params]) 

The procedure could modify something in your program. dbx is actually making the call as if you had written it into your program source.