code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

Please add terminal setting on lldb

Open meritozh opened this issue 9 years ago • 8 comments
trafficstars

I want use terminal.app instead of VSCode console output.

meritozh avatar Mar 12 '16 09:03 meritozh

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

WebFreak001 avatar Mar 12 '16 09:03 WebFreak001

I will try to implement it next week.

meritozh avatar Mar 12 '16 10:03 meritozh

Failed. Only add promises.push(this.sendCommand("inferior-tty-set --")); can't work. I will learn to how to implement debug to VSCode totally.

meritozh avatar Mar 27 '16 12:03 meritozh

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

WebFreak001 avatar Mar 27 '16 12:03 WebFreak001

You know LLDB can (and sometimes is) used on Linux as well, yes?

CodeMouse92 avatar Feb 02 '18 21:02 CodeMouse92

yes but it can only open a terminal on mac

WebFreak001 avatar Feb 02 '18 22:02 WebFreak001

Well, FWIW, the LLDB Debugger extension does not have this problem. ;)

CodeMouse92 avatar Feb 02 '18 22:02 CodeMouse92

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.

GitMensch avatar Apr 27 '22 10:04 GitMensch