Relative Content

Tag Archive for comgdbqt-creator

How to step into COM object when debugging in Qt Creator?

I have a COM dll and an app using that COM. When debugging the app, I cannot step into the code of the COM despite the fact that both the COM and the app are of debug version. For example, the following is a piece of code of the app.