hi,
I have installed wamp and I'm writing code with netbeans, it does not work the debugger, I will show the message “Waiting For Connection (netbeans-xdebug)”, how do I fix?
i have try with this code in php ini:
[XDebug]
zend_extension = "C:\wampp\php\ext\php_xdebug-2.2.3-5.4-vc9-nts.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\wampp\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:\wampp\tmp"
I tried different combinations, commenting and uncommenting the lines of code.
please help me!
it's crazy to program without debugging :D
I have installed wamp and I'm writing code with netbeans, it does not work the debugger, I will show the message “Waiting For Connection (netbeans-xdebug)”, how do I fix?
i have try with this code in php ini:
[XDebug]
zend_extension = "C:\wampp\php\ext\php_xdebug-2.2.3-5.4-vc9-nts.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\wampp\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:\wampp\tmp"
I tried different combinations, commenting and uncommenting the lines of code.
please help me!
it's crazy to program without debugging :D