7

Anyone have any ideas or experience using program-slicing techniques for debugging OO projects in MS Visual Studio 2008? Tool suggestions would be helpful.

Steven A. Lowe
  • 60,273
  • 18
  • 132
  • 202

1 Answers1

2

IMHO, real useful program slicing tool often come within static analysis tools, for example, CodeSurfer for C++ and Clang of LLVM. If you're looking for C# tool and/or Visual Studio plugin, see What static analysis tools are available for C#.

However, they're not perfect implementation to the academic research results, please be aware of that.

Community
  • 1
  • 1
Barabbas
  • 41
  • 6