[lldb-dev] Launching a process in another window versus same window?

Greg Clayton gclayton at apple.com
Tue Aug 12 15:23:42 PDT 2014


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 <zturner at google.com> 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
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list