After the liblldb dynamic library is replaced, the program input and output cannot be seen on the IDE #857
Unanswered
yuan92111246
asked this question in
Q&A
Replies: 1 comment
-
Yeah, I've adjusted the windows launcher to respect eLaunchFlagLaunchInTTY. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OS: windows 10
VSCode version: 1.74.3
CodeLLDB version: 1.8.1
Compiler: g++ 12.2.0
Debuggee: main program containing the output
We want to use our own liblldb dynamic library. After replacing the liblldb of the codelldb plugin with our dynamic library, the input and output of the program cannot be seen on vscode. After starting debugging, the cmd debuggee output window will pop up.Has the liblldb dynamic library of codelldb been modified?
Beta Was this translation helpful? Give feedback.
All reactions