While debugging with winedbg, I sometimes stumble upon situations like
those (especially for widely used names)

Many symbols with name 'foo', choose the one you want (<cr> to abort):
[1]: 0x1234567 foo in libwhatever.so.1
[2]: Local variable (in a register) of foo
=> 2

This can be cumbersome, e.g. when you don't want to see foo val in libc.so.

Is it somehow possible to auto-select the "local value"?

Frédéric


Reply via email to