Details
Description
Steps to reproduce:
- create Qt Console Application from template
- set breakpoint at 'return a.exec();'
- start debugging using LLDB debugger
- stops automatically when entering main (at least for me) - hit Continue
- should stop at the breakpoint (see Stack)
Current behavior:
- Disassembler (None) is displayed inside editor (no matter which Qt is used for the project)
Expected behavior:
- source file (main.cpp) is shown inside editor as Stack has information of file and line (and if you double click this information editor is opened at right location)
Note: this works fine on Mac OSX.