mheinsen / seec

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

Source code viewer uses raw pointer values for in-source display. #41

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

This is the opposite of what we want. Also, it's not helpful for finding the pointee in other views (i.e. the state graph), because they don't make the raw values visible to the user. We should show a placeholder in the source view and somehow link it to the other views, probably by some sort of notification/event that indicates the value should be highlighted.

mheinsen commented 11 years ago

Fixed by 5ef4aa6361800b0ec77be8faf5ab617d456d5ccf.