code-debug
code-debug copied to clipboard
Please add terminal setting on lldb
I want use terminal.app instead of VSCode console output.
I would like to implement this but I can't test if it works because I dont have access to a machine with OS X. It should be relatively simple and just require promises.push(this.sendCommand("inferior-tty-set --")); if separate console is not undefined when launching LLDB but idk if LLDB will support that because that syntax is not valid in GDB and lldb-mi is basically just implementing the GDB commands
I will try to implement it next week.
Failed. Only add promises.push(this.sendCommand("inferior-tty-set --")); can't work. I will learn to how to implement debug to VSCode totally.
Hm ok but I will keep this open as its still not implemented and if someone else wants to implement it they can do that
You know LLDB can (and sometimes is) used on Linux as well, yes?
yes but it can only open a terminal on mac
Well, FWIW, the LLDB Debugger extension does not have this problem. ;)
Is this actually LLDB specific?
Is this about using a separate console window instead of having all stdio done in the debugger console? If yes I totally second this request, if not we should have a separate issue for that.