This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170317 - NetBeans doesn't finish XDebug session properly
Summary: NetBeans doesn't finish XDebug session properly
Status: RESOLVED DUPLICATE of bug 177242
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 11:58 UTC by blizzy
Modified: 2009-12-02 07:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description blizzy 2009-08-13 11:58:13 UTC
I have a php application that I run with XDebug debugger. NetBeans open a browser with ?XDEBUG_SESSION_START=netbeans-
xdebug at the end of URL. Then I click to stop debugging (the square button that says Finish debugger session) in 
NetBeans. After I do that, the NetBeans is supposed to stop the session. 

But they evidentially do not.

Then if I get to the browser and try to work with the php application, it's about 4x slower. It's probably because 
XDebug is still trying to connect to the debugclient. Then I have to enter manually to URL ?XDEBUG_SESSION_STOP to make 
it normal again.

The XDebug used is xdebug-2.0.5-5.3-vc6.
Comment 1 Filip Zamboj 2009-12-02 07:42:36 UTC

*** This bug has been marked as a duplicate of bug 177242 ***