Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug doesn't terminate on exit()
XDebug doesn't terminate on exit() [message #1471347] Thu, 13 November 2014 02:59 Go to next message
Peter Swartwout is currently offline Peter SwartwoutFriend
Messages: 1
Registered: November 2014
Junior Member
I'm new to PHP and PHP debugging. I have Eclipse Kepler SR1 and PDT version 3.3.1. I'm using XDebug as my debugger and everything works fine, I'm just wondering if I'm missing an option.

When I put exit() in my script, the script ends as expected, but the debugging session continues. I have to click terminate to get it to end. And then when I start it again it complains "Web launch already running". Is there an option to change this behavior?
Re: XDebug doesn't terminate on exit() [message #1472054 is a reply to message #1471347] Thu, 13 November 2014 15:07 Go to previous message
Mark Dexter is currently offline Mark DexterFriend
Messages: 324
Registered: July 2009
Senior Member
As far as I know, that is the expected behavior. The starting and stopping of the Eclipse Run/Debug are independent of the PHP scripts, so I believe you have to stop them manually.
Previous Topic:PHP Development Suite Software?
Next Topic:Autocomplit php
Goto Forum:
  


Current Time: Tue Mar 19 11:06:21 GMT 2024

Powered by FUDForum. Page generated in 0.01274 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top