2011/9/12 Frédéric Delanoy frederic.delanoy@gmail.com:
I found that --file accepts the set of commands to execute (but winedbg exits afterwards), but what does --command do?
OK --command simply executes a single command and exits/continues the program until termination.
Is there a way to specify initial commands to execute, then stay *inside* winedbg after the last command of the file is issued?
Or maybe I should use stuff like 'expect' to do that?
Frédéric