mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Hide local variables that are no longer in scope. #15

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

When recreating SeeC-Clang-mapped states, do not include local variables who are no longer in scope according to the program's source code. The allocas for these variables may still exist according to the unmapped state, but we should hide them to avoid confusing students.

mheinsen commented 11 years ago

Implemented in 583ab279cd751e94268377ceb414cb9a36a73d41.