Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread André Pönitz
On Mon, May 16, 2022 at 09:09:43AM +0200, Elvis Stansvik wrote: >Den sön 15 maj 2022 21:45Matej Košík <[1]q...@matej-kosik.net> skrev: > > Hi, > > While using Qt Creator, I noticed that it generates "spurious > breakpoints". > > How to reproduce: > - I start Qt Creat

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread John Weeks
I haven't done any Qt development for Linux, but I know on other platforms it's possible to set a preference to break on exceptions, or module loads and unloads, and other such events. Somewhere I believe you can request a break when main() is entered, too. > On May 15, 2022, at 12:44 PM, Matej

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread Björn Schäpers
Am 16.05.2022 um 09:09 schrieb Elvis Stansvik: Den sön 15 maj 2022 21:45Matej Košík > skrev: Hi, While using Qt Creator, I noticed that it generates "spurious breakpoints". How to reproduce: - I start Qt Creator - I generate a new project  

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread Elvis Stansvik
Den sön 15 maj 2022 21:45Matej Košík skrev: > Hi, > > While using Qt Creator, I noticed that it generates "spurious breakpoints". > > How to reproduce: > - I start Qt Creator > - I generate a new project > (Qt Widgets Application with QMainWindow as a base class) > - from the menu I choose >

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-15 Thread Nikos Chantziaras
On 15/05/2022 22:44, Matej Košík wrote: While using Qt Creator, I noticed that it generates "spurious breakpoints". The only case I encountered where that happens is because I click by mistake on the left-most column in the code editor. This sets a breakpoint. When in debug mode, click the s

[Interest] spurious breakpoints in Qt Creator

2022-05-15 Thread Matej Košík
Hi, While using Qt Creator, I noticed that it generates "spurious breakpoints". How to reproduce: - I start Qt Creator - I generate a new project (Qt Widgets Application with QMainWindow as a base class) - from the menu I choose - Debug - Start Debugging - Start debugging of startup