Results 1 to 2 of 2

Thread: can I debug perl/python scripts in Qt creator

  1. #1
    Join Date
    Jun 2015
    Location
    India
    Posts
    185
    Thanks
    8
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default can I debug perl/python scripts in Qt creator

    Hi,
    Is there a way to run & debug Perl/python scripts in Qt creator ??
    Thanks :-)

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: can I debug perl/python scripts in Qt creator

    Qt Creator doesn't provide debugging capabilities on its own. It requires a debugger like GDB or LLDB etc. I don't know if either of those have native support for perl or Python, but you can certainly Google them both to find out.

    If there you find a debugger than can natively debug those languages, then you can specify the debugger for Qt Creator to call in the environment settings, etc.
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

Similar Threads

  1. Replies: 2
    Last Post: 6th April 2013, 00:34
  2. Embedding PyQt4 into an Application running Python via Boost::Python
    By GreyHound in forum Installation and Deployment
    Replies: 1
    Last Post: 6th February 2012, 06:48
  3. Replies: 0
    Last Post: 8th April 2011, 20:10
  4. Replies: 3
    Last Post: 20th September 2010, 08:05
  5. Execute Python Scripts from QT C++?
    By Muhammad.Ammar in forum Newbie
    Replies: 1
    Last Post: 4th March 2009, 22:14

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.