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