Hello,
I've got a C++ project using the Debug Adapter Client (lldb-vscode). CodeLite 7.1.0 Windows11 and MacOSX Ventura 13.2.1
All is working fine, but I cannot for the life of me figure out where to enter program input.
I see an Ouput/Module window and program output appears there -- no problems. Locals, breakpoints, watches -- all good.
However, if have a simple statement such as:
cin >> x;
where do I actually provide this input? The Output/Module won't take it. There is no console open anywhere where I can provide input.
Maybe I'm not seeing the obvious. All help would be appreciated.
I see the same issue on Windows and Mac.
Also, does anyone know whether it's possible to close some of these debugger windows? For example, if I wanted to close the Breakpoints or Threads windows, how do I do it? I can move them around, float them, etc. but not close them.
Thanks!