Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.4.0-beta1
-
macOS 10.12.5, Qt Creator 4.4.0 rc1 enterprise.
-
3f03e2f281dbe80cf99dc5056015f2ca9731929e
Description
1) Open test project in Creator repo found at
./tests/manual/debugger/simple/simple.pro
2) Inside the file tests/manual/debugger/simple/simple_test_app.cpp set a breakpoint on line ~2340, inside the beginning of final::testQSettings().
3) Switch on disassembly view
4) Observe that the view does not contain the complete disassembly, and it broken half way at the QSettings settings( line.
That's because the settings line contains a quote, and Creator probably does not escape it, and thus fails to render the rest of the things returned by lldb.