- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P3: Somewhat important
 - 
    Qt Creator 3.1.2
 - 
    Ubuntu 12.04 32bit, QtCreator 3.1.2 snapshot based on Qt5.3.1
 
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.