CodeSlice is a static C# code analysis tool for Visual Studio. OverviewCodeSlice generates lists of execution paths (slices) for C# code segments. Various information can then be calculated for the slices. Features
DetailsClick on a line and then use the Trace menu to generate the slices. Use the View menu to filter the slices or simply highlight lines that match the given criteria. The Properties menu will open a page that displays information about the selected slice. The Analyze menu allows the user to specify values for selected variables. The slices are generated with these values in place of the variables. For more information: https://www.hobocodes.biz/webpages/codeslicev1.php |