Posts tagged as:

slicing

Static and Dynamic Program Slicing

January 16, 2010

Static slices depend on data flow control possibilities….
All the possible executions are captured and sometimes this is too much information, especially when debugging.

Read the full article →

An Introduction to Program Slicing

January 16, 2010

Program Slicing is a software debugging technique used to isolate only those statements that are related to a particular statement under inspection.

Read the full article →