llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
55 stars 16 forks source link

[Mutation] Record What Mutation Type in Mutation Record #100

Closed llmhyy closed 6 years ago

llmhyy commented 6 years ago

hi @lylytran

For each mutation record stored in excel file, we need to additionally add mutation type, i.e., remove if-block, remove assignment, etc.

llmhyy commented 6 years ago

done