Re: [Qt-creator] SIGSTOP when trying to debug application in QTCreator running on an Ubuntu 18.04

2021-01-13 Thread Richard Weickelt
> I am trying to debug my C++ code in QtCreator (version 4.13.1 based on Qt > 5.15.1) which is running on an Ubuntu 18.04 virtual machine hosted on my > Windows 10 using VirtualBox. As soon as I start the application in debug > mode, I get the error: Is your application based upon Qt 5.15.1 as we

[Qt-creator] What to click after changes in CMake project files?

2020-11-25 Thread Richard Weickelt
There are several options to run CMake in QtCreator: - Apply Configuration Changes in the build settings pane - Clear CMake configuration - Run CMake - Rescan project I am a bit lost. I would expect that QtCreator would figure out automatically when something in the project files has changed and

Re: [Qt-creator] Segfault in libQbsProjectManager

2020-05-11 Thread Richard Weickelt
Hi, > QtC 4.12.0 official build is crashing every now and then when i run it > without arguments, and then load my project. When i run QtC with my > project file as argument, it crashes straight away in > libQbsProjectManager, see attached backtrace. Is there a way to install > debug symbols? Deb

[Qt-creator] Debugging different bare metal devices with the same kit

2020-04-02 Thread Richard Weickelt
Hi, I have a Qbs project for bare metal MCUs which builds 2 different binaries, each of them runs on a different MCU device. While developing, I need to switch often between the devices and want to start an interactive debug session on one of the MCUs. I don't need to run the applications at the s

Re: [Qt-creator] RFC: Dropping support for Python 2.x for GDB/LLDB #2

2020-02-27 Thread Richard Weickelt
> So: Does anyone know a concrete scenario that would be broken and not be > easily fixable when the debugger would change to require Python 3.x (x >= 4, > possibly 7)? Ubuntu 18.04. out-of-the-box is bound to Python 3.6. That should be considered when requiring Python 3.x.

Re: [Qt-creator] How to downgrade to 4.11 beta1?

2019-11-07 Thread Richard Weickelt
> I can't see a way to go back to 4.11 beta1 :-/ http://download.qt.io/snapshots/qtcreator/4.11/4.11.0-beta1/ ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

Re: [Qt-creator] Deployment of SerialTerminal plugin

2019-10-15 Thread Richard Weickelt
Hi, > the Serial Terminal plugin was added to Qt Creator in spring 2018. It > still has the experimental state, but I think the biggest problem is > that it is not included in the official Qt Creator builds. A lot of > potential users might not even know it exists. > > Given the ongoing support f

Re: [Qt-creator] QtC 4.10 gets highlighted by antivirus software

2019-09-19 Thread Richard Weickelt
> this has not been fixed, apparently: > https://forum.qt.io/topic/107010/bitdefender-block-4-10-0-0wininterrupt64-7z-file-during-installation > > Qt Creator 4.10 is still recognized as malware by some antivirus apps. Any > news? We have observed similar issues at work multiple times and the opti

[Qt-creator] Set up kits on the fly from Profile item in Qbs

2019-08-12 Thread Richard Weickelt
I am using Conan to manage project dependencies in a complex project (bare metal, not Qt). I let it generate a qbs file containing a Profile item with all necessary module configurations. My top-level project file references that generated file to make use of it. That way I can manage *every* l