visual studio 2010 - Tool "Code Map" of VS2012 in VS2010 -
i'd use code map, can used in visual studio 2012, in visual studio 2010.
if don't know code map is, how looks like:
here's tutorial microsoft: http://msdn.microsoft.com/en-us/library/vstudio/dn194476.aspx
is somehow possible use in vs2010 or there similiar tools, displays different method calls? want display method method1()
calls method called method2()
. should displayed in codemap (not using hierarchy call, want see ui). should free or extension vs2010.
i'm not aware of free version offers visual studio 2012 ultimate edition offers, have few alternatives:
- ndepend features call graph option
- you can open vs2010 solution in vs2012
- debugger canvas offers similar feature while debugging
- architecture explorer dependency graphs , sequence diagrams
Comments
Post a Comment