vscode-cpptools
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?
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 :(
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.