Request for debugger
-
Not sure it this is the correct place....I'm good at that.
Using the debugger in Qt creator and this has happened to me many times, when debugging I by accident click on the "Stop debugger" button instead of the "Continue" button because they are right next to each other.
I've done this many times and its frustrating as often I'm deep into looking for a problem and have to start over, can't there be either an option to set-up there location or for them to be at opposite sides of the toolbar?
-
Hi :-) You can request features and report bugs at https://bugreports.qt.io.
-
I actually did already do this back August 2016:
https://bugreports.qt.io/browse/QTCREATORBUG-16754
No feedback and no moment at all....still a huge frustration.
-
@SPlatten said in Request for debugger:
I actually did already do this back August 2016:
https://bugreports.qt.io/browse/QTCREATORBUG-16754
No feedback and no moment at all....still a huge frustration.
Oh. Another place where Qt devs are present is the mailing list: https://lists.qt-project.org/listinfo/qt-creator maybe there your case will gather some more attention.
-
Hi,
@SPlatten said in Request for debugger:
I actually did already do this back August 2016:
https://bugreports.qt.io/browse/QTCREATORBUG-16754
No feedback and no moment at all....still a huge frustration.
Not to nitpick, but you have a comment on the report from the person assigned even if not what you wanted. You can still answer to it to continue the discussion.
-
I don't use/have access to Qt Creator; (I can't really search because the hits are all about designing toolbars in Creator, not Creator's toolbar.) Doesn't it allow you to re-arrange buttons on its toolbars and move/create toolbars? Visual Studio, and "decent" apps like IDEs at least on Windows, allow you to do that. That would be a shame if missing. Does Creator use Qt toolbars (
QToolBar
)? Could someone write an add-in to allow toolbar editing, which could be used in Qt Creator and/or end-user apps? :)