PDA

View Full Version : can I debug perl/python scripts in Qt creator



prasad_N
28th January 2016, 09:50
Hi,
Is there a way to run & debug Perl/python scripts in Qt creator ??

jefftee
29th January 2016, 04:56
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.