debugging (stepping through) Qt sources on Windows
Unsolved
Qt Creator and other tools
-
So, using "maintenance tool", i've installed both "Sources" and "Debug Information Files. Then, I go into tools->options->debugger->source paths mapping, click "add qt sources" and pick the "Src" folder.
i end up with this:
Looks good, right?But when i it a breakpoint my call stack looks like this:
That doesn't look right, does it? Clicking any of those frames just makes Qt Creator hang.Same thing on mac however, i get a much more reasonable callstack:
So what am I doing wrong on windows?
-dave