llmhyy / microbat

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

Wrong Control Dependency #240

Open ykwongaq opened 2 years ago

ykwongaq commented 2 years ago

It seems that microbat may give wrong control dependency for trace node: image

For the above example, microbat consider that the control dominator of line 38 and line 39 is line 35, but in fact, there are no control relation among them.