Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Code Slice
Code Slice

Code Slice

HoboCodes

|
103 installs
| (2) | Free
Calculates code slices in a C# project
Download

CodeSlice is a static C# code analysis tool for Visual Studio.

Overview

CodeSlice generates lists of execution paths (slices) for C# code segments. Various information can then be calculated for the slices.

Features

  • The slices can start on any line or can stop on any selected line.
  • The slices can be filtered by a variety of criteria, i.e. slices that contain a variable, method call, etc..
  • Properties (variables assigned to, lines that use a variable, method calls, etc. ) of the slices can be viewed.
  • Values can be specified for variables and those values will be used for generating the slices.

Details

Click on a line and then use the Trace menu to generate the slices. cdsl1.jpg

Use the View menu to filter the slices or simply highlight lines that match the given criteria. cdsl2.jpg

The Properties menu will open a page that displays information about the selected slice. cdsl3.jpg

The Analyze menu allows the user to specify values for selected variables. The slices are generated with these values in place of the variables. cdsl4.jpg

For more information: https://www.hobocodes.biz/webpages/codeslicev1.php

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft