Below is an example from Power programming with Mathematica by David Wagner. The example is implemented in Mathematica 3.
The sequence of iterates that are generated by FindRoot's internal algorithm can be printed using the following technique:
I did exactly as the one above with Mathematica 10.4 but couldn't get the result as above. Here is what I got:
FindRoot[Print[x];Sin[x]-Cos[x],{x,.5}]
x
{x->0.785398}
Can anyone help me do the same with Mathematica 10.4?

FindRoot. I'm also interested in to hear opinion of more experienced users. – ercegovac Sep 29 '17 at 10:58