Debugging/developing testlink in a IDE?

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

Debugging/developing testlink in a IDE?

Post by aostad »

What is needed to open testlink project in a IDE (e.g. Eclipse for PHP)? is there a Project file/folder that can be downloaded then imported into a IDE?

I want to run testlink with a debugger and see certain data and variables and learn how it works. Please let me know what is needed to do this. Thanks for your help.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Debugging/developing testlink in a IDE?

Post by fman »

Personally i do not use any kind of IDE. You can try phpStorm (jetbrains has donated us a license).
Simple way to learn is a parallel installation where you display variables via echo
Post Reply