Yes the option is currently the --tty option. You might want to just default that to being the default case for all debugging on windows and ignore that option value.
> On Aug 7, 2014, at 5:20 PM, Zachary Turner <[email protected]> wrote: > > Does LLDB have a way to distinguish between a desire to launch a process in > the same window versus a new window? If I'm not mistaken launching a new > process just sends stdout and stdin to the same terminal by default, but on > Windows the normal / expected debugging experience is to launch a separate > console window and interact with the debugger and the application through > separate consoles. > > Does LLDB distinguish between these two cases somehow, and if so what setting > am I looking for? I don't see anything in lldb::LaunchFlags > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
