llmhyy / microbat

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

Result of condition statement is missing #241

Open ykwongaq opened 2 years ago

ykwongaq commented 2 years ago

Currently, microbat do not consider the result of condition statement (either True of False) as one of the written variable when processing if-statement, for-loop, and while-loop. It will be better if the result is included as one of the written variable: image