Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Debugging a C++/QML/Python combo with QtCreator
Forum Updated to NodeBB v4.3 + New Features

Debugging a C++/QML/Python combo with QtCreator

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 1 Posters 137 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bitmap.kid
    wrote on last edited by
    #1

    Hello, I am developing a C++ Qt/Quick library (libmylib.so) accompanied by a python binding (pymylib.so) generated with the SIP tool. So I use libmylib.so through the pymylib module from a Python script (run.py). I am using a python virtual environment: /home/th/venv/

    I want to debug all these in Qt Creator 15.0.1. But this one does not catch the QML code as well as Python.

    Copie d'écran_20250126_114244.png

    Here is my run settings :

    Copie d'écran_20250126_114007.png

    Python script is launching and debug C++ part is possible. Using native Python distribution (/usr/bin/python) do not solve my problem.

    Do I tempt the devil and deviate from the normal use of QtCreator ? I don't find any interesting log information :(
    Thank you.

    1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • B Offline
      B Offline
      bitmap.kid
      wrote on last edited by
      #2

      I finally found some more logs from Qtcreator. Just the terminal ones XD

      Copie d'écran_20250126_215615.png

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved