NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Can PhpEd and Dreamweaver coexist?


Joined: 19 Aug 2007
Posts: 15
Reply with quote
I've been evaluating PhpEd and just tried to use Dreamweaver 8 in "Testing Server" mode. Even though I'm using Dreamweaver and not PhpEd, I get a "DBG 3.2.3 Failed to start DBG session" error message when I tried to view the page on my computer using xampp localhost. I assume that's because of the debugger statements that I've added to the php.ini file. Is there any way that they can peacefully coexist?

Thanks,
View user's profileFind all posts by msruby64Send private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
It looks like you turned on debugger.JIT_enabled in php.ini and it causes debugger to trigger on the errors/warnings/notices in the php code you run.
Quote:
Is there any way that they can peacefully coexist?

I believe they just can't affect each other.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 06 Jun 2007
Posts: 289
Location: Vancouver, Canada
Reply with quote
Dmitri is correct, they do not affect each other. I am using PhpED (main development tool) simultaneously with Dreamweaver MX 2004 (layout, CSS), and have no issues. The only thing you should be wary of is when you have the same file open in both -- if you make changes in the one program, you should allow the other to reload the changed file.

_________________
Smile
View user's profileFind all posts by annoSend private messageVisit poster's website


Joined: 19 Aug 2007
Posts: 15
Reply with quote
Thank you both for you responses. Dmitri, you are correct--looks like the debugger.JIT_enabled was causing a problem. I removed the statements in php.ini, and both PhpED and Dreamweaver are functioning. Excellent!!
View user's profileFind all posts by msruby64Send private message
Can PhpEd and Dreamweaver coexist?
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