Debugger view missing
-
Hello,
I just updated my Qt Creator to 14.0.2. I tried debugging a project (with Qt 6.8 MSVC) and noticed that the debugger view looks strange. I am not able to find the breakpoints list or the debugger perspective.
Attached are the images
A better image of the debugging mode
If I come out of debugging mode, the debugger perspective is back again.
Please let me know if I am missing something.
Thank you. -
-
@JonB Yes, I tried resetting it to default. Unfortunately did not help.
I just noticed something. This issue happens only when using MSVC kit. With MinGW I just tried and the debugger panel is visible.
Akismet is flagging my post as spam. Can't attach an image.Edit: Image of MinGW Debug mode
-
@J-Hilk I just checked in the Qt Maintenance Tool. I have "CDB Debugger Support" installed.
I just changed the theme to "Classic" and it looks like it doesn't help much unfortunately. It is still
It is still a blank space on "Classic" theme (Light Mode?!)
@JonB I think so too. I am not sure how to resolve this issue. I have a small project working with Bluetooth devices using a Windows PC. It looks like MSVC has better support for Bluetooth than MinGW. Trying my hand with MSVC now and I stumbled upon this debugger view issue.
-
@J-Hilk It looks like I do have CDB installed on my PC.
These are the debuggers installed on my PC as per Qt.
It's not that I can't debug the project. I can still use the shortcuts like F5, F10... they still works.
It's just the whole debugger perspective panel goes blank during debugging. And I can't see how many breakpoints I have and where they are.
And I have the debugging options through the Menu Tab.
-
I don't know whats happening in your case. However, debugging MSVC on Windows is really slow inside Qt Creator. You are much better off using Visual Studio for that (I personally constantly switch between Qt Creator for editing (most of the time) and VS for debugging). Since you have a CMake project you can just open it up in VS. Don't forget to install the Qt debug helpers: https://wiki.qt.io/IDE_Debug_Helpers
-
@SimonSchroeder Thank you so much for the suggestion. I will try it out. Thank you.
Unfortunately with Qt Creator, I haven't found a solution. I tried reinstalling Qt completely. Nothing has changed. I hope we find a solution or maybe an update resolves this.