"Alexandre" == Alexandre Julliard julliard@winehq.com writes:
Alexandre> Eric Pouech eric.pouech@wanadoo.fr writes: >> but we also need to force console creation on jit debugging...
Alexandre> Why would you want to force it? Why not let the user decide? Alexandre> Users who want a new console can specify the debugger as Alexandre> "wineconsole winedbg" in their registry.
What happens in this context?
User starts Program A. Program A starts Program B Program A terminates normal Program B crashes.
On my setup, the debugger starts in that circumstance, loads all dlls and then immediate terminates, as the there is no xterm connected to Program B any more.
Bye