Bonjour,
Je n'utilise pas netbeans mais j'ai une question concernant l'installation de xdebug.
J'ai téléchargé la bonne version de xdebug (http://xdebug.org/find-binary.php).
J'ai bien modifié mon php.ini comme suit :
Pourtant voici le résultat de check :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 zend_extension = "E:/wamp/bin/php/php5.3.5/zend_ext/php_xdebug-2.1.2-5.3-vc6.dll" [xdebug] xdebug.remote_enable = On xdebug.profiler_enable = On xdebug.profiler_enable_trigger = On xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "E:/wamp/tmp" xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug.remote_handler="dbgp"
Pourriez-vous me donner un petit coup de main svp ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 Xdebug installed: no Server API: Apache 2.0 Handler Windows: yes - Compiler: MS VC6 - Architecture: x86 Zend Server: no PHP Version: 5.3.5 Zend API nr: 220090626 PHP API nr: 20090626 Debug Build: no Thread Safe Build: yes Configuration File Path: C:\Windows Configuration File: E:\wamp\bin\apache\Apache2.2.17\bin\php.ini Extensions directory:![]()
Partager