Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debugging starts, Debugging finished.When I starting debugging of startup project
Forum Update on Monday, May 27th 2025

Debugging starts, Debugging finished.When I starting debugging of startup project

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 477 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.
  • A Offline
    A Offline
    amu1550
    wrote on 10 Nov 2021, 13:53 last edited by
    #1

    First for simple project, it's working good. so I think my qtCreator configuration is no problem. my kits configs like this:
    a9e1ebcd-bbbc-4176-9c73-9eecfbe88a05-image.png

    My project uses ffmpeg libs, and configs in my pro file like this:
    win32 {
    LIBS += $$PWD/../ffmpeg/lib/avdevice.lib
    $$PWD/../ffmpeg/lib/avformat.lib
    $$PWD/../ffmpeg/lib/avcodec.lib
    $$PWD/../ffmpeg/lib/avfilter.lib
    $$PWD/../ffmpeg/lib/avutil.lib
    $$PWD/../ffmpeg/lib/swresample.lib
    $$PWD/../ffmpeg/lib/swscale.lib
    INCLUDEPATH += $$PWD/../ffmpeg/include
    }

    But ,when click debug button down of the QtCreator, the message is out put in Application output :
    21:34:32: Debugging starts
    21:34:32: Debugging has finished

    I don't know why !!

    J 1 Reply Last reply 10 Nov 2021, 13:59
    0
    • A amu1550
      10 Nov 2021, 13:53

      First for simple project, it's working good. so I think my qtCreator configuration is no problem. my kits configs like this:
      a9e1ebcd-bbbc-4176-9c73-9eecfbe88a05-image.png

      My project uses ffmpeg libs, and configs in my pro file like this:
      win32 {
      LIBS += $$PWD/../ffmpeg/lib/avdevice.lib
      $$PWD/../ffmpeg/lib/avformat.lib
      $$PWD/../ffmpeg/lib/avcodec.lib
      $$PWD/../ffmpeg/lib/avfilter.lib
      $$PWD/../ffmpeg/lib/avutil.lib
      $$PWD/../ffmpeg/lib/swresample.lib
      $$PWD/../ffmpeg/lib/swscale.lib
      INCLUDEPATH += $$PWD/../ffmpeg/include
      }

      But ,when click debug button down of the QtCreator, the message is out put in Application output :
      21:34:32: Debugging starts
      21:34:32: Debugging has finished

      I don't know why !!

      J Offline
      J Offline
      JonB
      wrote on 10 Nov 2021, 13:59 last edited by
      #2

      @amu1550
      This just means your program successfully ran from beginning to end. If you expected it to do anything, show what code you have written that would result in something happening.

      1 Reply Last reply
      0

      1/2

      10 Nov 2021, 13:53

      • Login

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