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 Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 502 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 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 !!

    JonBJ 1 Reply Last reply
    0
    • A amu1550

      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 !!

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on 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

      • Login

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