mheinsen / seec

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

Don't show globals from system headers unless they are explicitly referred to in the user's code. #34

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

This can cause a lot of unnecessary, possibly confusing information. It may be difficult if these are brought in by a standard library macro (presumably we can check if a ref to the global was expanded from a system header).

mheinsen commented 11 years ago

2a365d3657afaf9e83465f36e39fb504b08b0a94 hides all globals that were declared in system headers.

mheinsen commented 11 years ago

Closed by 14dcaa490c6797a72e0fd601633b5ed455c1af35 (and fd291c74e9bbda7f8350a65980c90881a337d43b for OS X).