XDebug with Aptana Studio 3

前端 未结 5 1415
攒了一身酷
攒了一身酷 2021-02-01 21:05

I would like to know how i can get XDebug work with Aptana Studio 3 (I already have Aptana Studio 3 on this machine with XAMPP).

Do you know a recent article telling me

5条回答
  •  滥情空心
    2021-02-01 21:56

    I have use Aptana Studio 3.2.2 to develop my Drupal site and use XDebug to debug the project. The Aptana Studio supports xdebug. You need to follow some steps to enable xdebug in Aptana Studio.

    1. Configure xdebug in your php engine properly.
    2. Edit the preference by going Preference -> Aptana Studio -> Editor -> PHP Interpreter.
    3. Add a PHP interpreter and save it.
    4. Now create a new Web Server if no web server is currently working.
    5. Now Apply the changes.
    6. Next, Edit the Debug Configuration using Run -> Debug Configurations -> PHP Web Page.
    7. Add a new web page by selecting a initial script file for the php project.
    8. In the last step, start debugging.

    You can find a details step by step procedure in the following link: http://devcircle.blogspot.com/2013/02/enable-xdebug-in-aptana-studio-3x.html

    Hopefully it helps to solve the problem.

提交回复
热议问题