Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.9.0-beta2, Qt Creator 4.13.0-rc1
-
None
-
Windows 10 1809 64 bit, Windows 10 2004 64 bit
MinGW 7.3 64 bit, MinGW 8.1.0 64 bit
Qt 5.15.0
Description
- Open the project simple.pro.
It's in tests\manual\debugger\simple\simple.pro of Creator's repository. - Configure the project to use a Kit based on MinGW.
- In the Locator, type "m main".
The Locator will show many, many functions but not the project's main function:
The Locator should find the project's main function and display it as one the first in the list. When configuring the project for MSVC, this works correctly.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-11831 Locator bar does not find main function, depending on kit
- Closed