> From: Thiago Macieira
> Sent: Friday, August 08, 2014 6:27 PM

> > On 8 août 2014, at 14:14, rap <r...@dlc.fi> wrote:
> > > Debugging always brings the dissassembler view at Breakpoints. How can
> > > this be stopped? I just need to break on Breakpoints in my source code.
> > >
> > > Thanks
> > > - Risto
> > >
> > > Hi,
> > > Are you by any chance trying to debug a release build ?
> >
> > That wouldn't make any sense, would it, so of course not.

> Why not? I do that sometimes.
> Especially when a problem occurs in release builds but not in debug builds
> ("Heisenbugs").

Correction well deserved.

However, Qt 5.3.1 gives a clear warning if you intend to debug the release 
compilation, so you can't make a mistake there. Don't 
know about the previous versions though. Anyway, it is not the reason for the 
dissambler views to pop up. The debugger default 
options to break on thread creation/exit were, in this case/Qt5.3.1 at least.

Thanks,
Risto 

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to