Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9166293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:07:12+00:00 2026-06-17T15:07:12+00:00

I have the following scenario: xdebug 2.0.0rc1-5.1.2 Eclipse Helios php 5.1.6 I am trying

  • 0

I have the following scenario:

xdebug 2.0.0rc1-5.1.2
Eclipse Helios
php 5.1.6

I am trying to debug a php application on eclipse but it doesn’t stops on breakpoints. The browser is initallized correctly. I think versions of xdebug , eclipse helios and php are compatible. I’ve removed all breakpoints and i have created it again. xdebug appears in phpinfo configured as extension.

Anyone knows why it doesn’t work?

Thanks in advance.

xdebug details in phpinfo:

Version 2.0.0RC1

Supported protocols Revision 
DBGp - Common DeBuGger Protocol  $Revision: 1.99 $  
GDB - GNU Debugger protocol  $Revision: 1.81 $  
PHP3 - PHP 3 Debugger protocol  $Revision: 1.20 $  

Directive Local Value Master Value 
xdebug.allowed_clients no value no value 
xdebug.auto_trace Off Off 
xdebug.collect_includes On On 
xdebug.collect_params Off Off 
xdebug.collect_return Off Off 
xdebug.collect_vars Off Off 
xdebug.default_enable On On 
xdebug.dump.COOKIE no value no value 
xdebug.dump.ENV no value no value 
xdebug.dump.FILES no value no value 
xdebug.dump.GET no value no value 
xdebug.dump.POST no value no value 
xdebug.dump.REQUEST no value no value 
xdebug.dump.SERVER no value no value 
xdebug.dump.SESSION no value no value 
xdebug.dump_globals On On 
xdebug.dump_once On On 
xdebug.dump_undefined Off Off 
xdebug.extended_info On On 
xdebug.idekey francescjp no value 
xdebug.manual_url http://www.php.net http://www.php.net 
xdebug.max_nesting_level 100 100 
xdebug.profiler_aggregate Off Off 
xdebug.profiler_append Off Off 
xdebug.profiler_enable Off Off 
xdebug.profiler_enable_trigger Off Off 
xdebug.profiler_output_dir /tmp /tmp 
xdebug.profiler_output_name crc32 crc32 
xdebug.remote_autostart Off Off 
xdebug.remote_enable On On 
xdebug.remote_handler ”dbgp” ”dbgp” 
xdebug.remote_host 127.0.0.1 127.0.0.1 
xdebug.remote_log no value no value 
xdebug.remote_mode req req 
xdebug.remote_port 9000 9000 
xdebug.show_exception_trace Off Off 
xdebug.show_local_vars Off Off 
xdebug.show_mem_delta Off Off 
xdebug.trace_format 0 0 
xdebug.trace_options 0 0 
xdebug.trace_output_dir /tmp /tmp 
xdebug.trace_output_name crc32 crc32 
xdebug.var_display_max_data 512 512 
xdebug.var_display_max_depth 2 2 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:07:13+00:00Added an answer on June 17, 2026 at 3:07 pm

    Have you checked if you are using the correct version of Xdebug? The wizzard will help you pick the wright version http://www.xdebug.org/wizard.php.

    I don’t know which OS you using but I guess it is Windows. I had a similar problem with netbeans on Unbuntu and Windows (Xdebug and Netbeans are not communicating with each other). Because Netbeans and Eclipse appear to share a lot of common elements this might help. Set you port number to 9001 inside eclipse.

    EDIT:More info

    This is my configuration:

    XAMPP Version 1.8.1.
    Windows 7
    Eclipse PDT 32bit version
    Xdebug 2.2.1
    

    My suggestion is update everything to the latest version or to use the exact same configuration.

    In my php.ini file (C:\xampp\php\php.ini) I have the following settings. You can access php.ini via the Controle panel -> Config -> PHP (php.ini).

    [XDebug]
    zend_extension = C:\xampp\php\ext\php_xdebug-2.2.1-5.4-vc9.dll
    ;xdebug.profiler_append = 0
    ;xdebug.profiler_enable = 1
    ;xdebug.profiler_enable_trigger = 0
    ;xdebug.profiler_output_dir = "C:\xampp\tmp"
    ;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
    ;xdebug.remote_enable = 1
    ;xdebug.remote_handler = "dbgp"
    ;xdebug.remote_host = "127.0.0.1"
    ;xdebug.trace_output_dir = "C:\xampp\tmp"
    ;xdebug.remote_port="9000"
    ;xdebug.remote_autostart = 1
    ;xdebug.remote_mode=reg
    ;xdebug.idekey=netbeans-xdebug
    xdebug.remote_enable=on
    xdebug.remote_handler=dbgp
    xdebug.remote_host=localhost
    xdebug.remote_port=9000
    

    AND turnoff report zend debug in php.ini

    ; This setting is on by default.
    report_zend_debug = 0
    

    Xdebug Configuration inside Eclipse:

    Start Eclipse -> Explorer window -> File -> Properties -> PHP -> PHP debug -> Select under default settings Xdebug instead of Zend. (If needed configure: Xdebug to port 9000).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand isolation/locks in SQL Server. I have following scenario in
I have the following scenario. I have created an ASP.NET web application (framework 3.5)
I have added following lines into php.ini [XDebug] zend_extension = C:\PROGRA~1\PHP5\ext\php_xdebug-2.1.0-5.3-vc9.dll xdebug.remote_enable=on xdebug.remote_handler=dbgp xdebug.remote_host=localhost
I have following Scenario: PHP(Server, Writer) ----> MySQL Database <------ PHP(Client, Reader/ Writer); PHPS
I have the following scenario. I have a PHP website witch contains about 3
I'm trying to use XDebug in the following scenario Physical Host on Windows 7,
I have the following scenario (preliminary apologies for length, but I wanted to be
I have the following scenario: A Service that does nothing but sleeps for the
I have the following scenario to implement: there is the product registration, but this
I have following scenario: The Android clients communicate with a PHP server via HTTP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.