llmhyy / microbat

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

Duplicated Variable ID #239

Open ykwongaq opened 2 years ago

ykwongaq commented 2 years ago

When the same variable is being written and read in same statement. The written variable and read variable seems to have the same variable ID, which should not be the same: image