Auto-selecting local variable/parameters when 'p'rinting values using winedbg?

Frédéric Delanoy frederic.delanoy at gmail.com
Fri Sep 9 05:00:29 CDT 2011


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



More information about the wine-devel mailing list