Qt Creator Debugging

Posted by CJ on Stack Overflow See other posts from Stack Overflow or by CJ
Published on 2010-04-18T05:44:37Z Indexed on 2010/04/18 5:53 UTC
Read the original article Hit count: 180

Filed under:
|
|

I'm using QT Creator on 3 platforms to create platform independent software. However, I'm getting a segmentation fault with the exact same code in Windows only. That doesn't sound so bad because I can use the debugger. Except, no matter how many breakpoints I set or where I set them, they are ignored by the debugger. I am 100% sure that my control flow is going through the breakpoint but not breaking the flow.

Any thoughts? How can that happen?

© Stack Overflow or respective owner

Related posts about qt

Related posts about debugging