Hi,
Is there a way to run & debug Perl/python scripts in Qt creator ??
Printable View
Hi,
Is there a way to run & 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.