NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
The same php.ini both on phpEd and phpEclipse?


Joined: 22 Mar 2007
Posts: 3
Reply with quote
I just got the DBG debugger work on my registered copy of PhpEd 6.3 with a php.ini setting like the following.

[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16

But when one want to debug on phpEclipse, somewhat different setting seems to be needed in php.ini. Like the following. I mean phpEclipse requires debugger.JIT_host and debugger.JIT_port things while phpEd does not.

[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
debugger.JIT_host = clienthost
debugger.JIT_port = 7869

I didn't tested DBG on phpEclipse yet, but I'd like to know whether I should replace the former [debugger] setting with the latter [debugger] setting when I want to work on phpEclipse and vice versa? What I want is to debug both on phpEd and phpEclipse with one php.ini without modifying it whenever I move to the other IDE.
View user's profileFind all posts by skyblueinkSend private message
The same php.ini both on phpEd and phpEclipse?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic