vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Why just like in ubuntu 20.04 when we use gcc we could actually use internal console for I/O requests (debugging) but we can't do that in mac os?

Open prabhavagrawal7 opened this issue 3 years ago • 1 comments

Feature Request

Why just like in ubuntu 20.04 when we use gcc we could actually use internal console for Input output with debugger but we are not able to do that in mac os? The external console is very inconvenient for me :(

prabhavagrawal7 avatar Sep 03 '22 20:09 prabhavagrawal7

If you are using the lldb-mi debugger, there is a limitation of lldb-mi not handing console redirection.

As GDB is not the usual path on macOS, we have not implemented that feature yet.

WardenGnaw avatar Sep 06 '22 19:09 WardenGnaw