llmhyy / microbat

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

[Mutation] Many Compilation-Error Mutations are Thrown Away #138

Closed llmhyy closed 6 years ago

llmhyy commented 6 years ago

hi @lylytran

I find that the number of generated mutations is much smaller than I expected. I observe that a large number of mutations cause compilation errors. Can we avoid these compilation errors so that we can use them instead of throwing them away?