Creator: How to auto-select correct Qt source paths for debugging?
Unsolved
Qt Creator and other tools
-
I have built a program using Qt 5.9.0. However, when I step into Qt methods during debugging, Creator automatically loads source files from 5.6.2
I see that under Debugger settings, I can set source path mappings. How can I configure them in such a way that the debugger automatically uses the source files of the Qt version I have used to build (I sometimes switch between Qt versions for testing)?