Details
-
Sub-task
-
Resolution: Done
-
Not Evaluated
-
None
-
Mac OSX 10.8.5, XCode 5.0.2, QtCreator based on Qt5.2.0
-
f80c2c00ad71a6f824de357cdc7e8187f01390
Description
Steps to reproduce:
- create or open a simple Qt project
- set some breakpoints inside the file(s)
- inside Debug view switch to Breakpoints tab and add other types of breakpoints (reproducable e.g. with 'Breakpoint at "exec"' or 'Breakpoint at "fork"')
- start debugging
Current result:
- debugger tries to start but after following output (debugger log) nothing happens, debugger does not start and must be stopped with 'Abort Debugging'
Lldb stdout: WARNING="UNKNOWN BREAKPOINT TYPE: 7", WARNING="EXCPETION CAUGHT: 'NoneType' object has no attribute 'GetID()'",
Note: This also happens if the respective breakpoints are disabled.