Re: Auto-selecting local variable/parameters when 'p'rinting values using winedbg?
2011/9/9 Eric Pouech <eric.pouech(a)orange.fr>:
WineDbg> set ! symbol_picker scoped will do what you want unfortunately, there's no way to store it as a default command (you can always use --command or --file on command line to help)
Thanks for that quick response! Is there some doc on the internal commands, besides the code? http://www.winehq.org/docs/winedev-guide/dbg-config may be a bit out of date Frédéric
Le 09/09/2011 13:02, Frédéric Delanoy a écrit :
2011/9/9 Eric Pouech<eric.pouech(a)orange.fr>:
WineDbg> set ! symbol_picker scoped will do what you want unfortunately, there's no way to store it as a default command (you can always use --command or --file on command line to help) Thanks for that quick response!
Is there some doc on the internal commands, besides the code?
http://www.winehq.org/docs/winedev-guide/dbg-config may be a bit out of date
Frédéric
not for that part... feel free to bring to the doc up to date set ! symbol_picker interactive being the other setting (which is the default : if several symbols found, ask the user for which one to pick) scoped meaning give precedence to local symbols over global symbols A+ -- Eric Pouech "The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)
participants (2)
-
Eric Pouech -
Frédéric Delanoy