THE CALL HIERARCHY WINDOW
Looking over figure 10-14 I'm not seeing the same thing in Visual Studio. Where the hierarchy in the book shows:
Shuffle()
* Calls To 'Shuffle'
* Calls From 'Shuffle'
My view in VS2015 only shows Calls To Shuffle.
When I expand that I see Main and then Calls to Main but no Calls from Main.
As usual, I think I'm missing some setting that the book uses but can't figure out which one.
Can anyone give some guidance?
Thanks,
Kevin
|