Andreas Mohr a.mohr@mailto.de writes:
Exactly.
I think a compromise would be to create a wrapper script that modifies the config file first to use appropriate settings and then calls the main Wine binary.
That's certainly a possibility. If you want a more temporary change you could also use regapi to change the config branch in the registry. Yet another possibility would be to add a "fast" mode to the debugger where it wouldn't load symbols or anything, simply setup the environment and launch an application. This could be the first step towards making it change debugmsg options during execution too.
And all these solutions are potentially much more generic than the few existing options, since you could use the same mechanism to change just about anything in the configuration.