Re: Consoles (3/3)

2003-02-27 Thread Eric Pouech
Well in that case you have to use a separate console. It would be nice to have the possibility to detect that the Unix tty is not available and automatically pop up a console in that case; but unconditionally creating a console is wrong, there are many cases where you don't want that. well, if you

Re: Consoles (3/3)

2003-02-27 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > 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 ther

Re: Consoles (3/3)

2003-02-27 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: Alexandre> Eric Pouech <[EMAIL PROTECTED]> 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 wa

Re: Consoles (3/3)

2003-02-26 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > but we also need to force console creation on jit debugging... Why would you want to force it? Why not let the user decide? Users who want a new console can specify the debugger as "wineconsole winedbg" in their registry. -- Alexandre Julliard [EMAIL