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 243118 - xdebug listener continues to run after script finishes
Summary: xdebug listener continues to run after script finishes
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 23:54 UTC by DeveloperChris
Modified: 2014-07-29 09:21 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 DeveloperChris 2014-03-20 23:54:45 UTC
configuration:

Netbeans 7.4
Win7 64
WAMPserver 2.2 (Apache 2.2.22 – Mysql 5.5.24 – PHP 5.3.13 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0)

Create a simple "hello world" script and start the debugger

script runs and you can step through the code. when the script completes the debugger continues to run and you need to kill it for each run

Expected result: at completion of the script the debug session should end.
Comment 1 Ondrej Brejla 2014-07-29 09:21:20 UTC
Sorry, can't reproduce in the dev build.