llmhyy / microbat

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

Possible duplicate variable entry #226

Open dingyuchen opened 2 years ago

dingyuchen commented 2 years ago

Variables are kept as List and Map. Getting and setting variables does not contain logic to keep read and write variables consistent. This is likely a bug

image