Eclipse opens multiple remote debug sessions - xdebug [message #878001] |
Mon, 28 May 2012 05:31  |
Eclipse User |
|
|
|
Hello, Im having an issue while debugging with Eclipse. Tested with xdebug but it probably happens with all types of debuggers.
Each time I forgot not to click in the address bar of the Internal Web Browser, If I go up with the mouse whell, it will automatically open a new debug session instance.
Its a real pain to debug with this issue since its constanly opening a new instance not only with the mouse whell, but with more options, and the worst of it is that I have to clean and end all of them and begin from the beggining with a new one because it goes crazy and I cannot get back to debug the original one.
Is it there a preference setting or php.ini parameter where I could limit to only one remote debug session?
Added php.ini xdebug parameters:
[dba]
phpedit xzend debugger extension
zend_extension = c:\php5\ext\php_xdebug-2.2.0RC1-5.4-vc9.dll
xdebug.remote_port = 9000
xdebug.remote_enable = 1
xdebug.profiler_enable_trigger = "on"
xdebug.profiler_enable = 1
xdebug.remote_host="127.0.0.1"
xdebug.profiler_output_name = "cachegrind.out%t"
Thanks in advance, attached a picture with the problem.
postimage.org/image/ombgnj6w3
[Updated on: Mon, 28 May 2012 05:38] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04012 seconds