Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutputDebugString messages while debugging #479

Open
cristianadam opened this issue Feb 12, 2025 · 1 comment
Open

OutputDebugString messages while debugging #479

cristianadam opened this issue Feb 12, 2025 · 1 comment

Comments

@cristianadam
Copy link

At No output in "Application Output" with debugger we can see that lldb has an issue with qDebug() calls whilst debugging in Qt Creator.

This only happens with the Desktop Qt 6.8.2 llvm-mingw 64-bit (lldb) kit. The Desktop Qt 6.8.2 MinGW 64-bit (gdb) and Desktop Qt 6.8.2 MSVC2022 64bit (cdb) kits work as expected.

I've managed to find a workaround, but I think it would be great if lldb would work on Windows like the other debuggers.

I've found https://reviews.llvm.org/D128541 which I think is an attempt to fix this issue, but it remained as a work in progress 😢

@mstorsjo
Copy link
Owner

CC @alvinhochun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants