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 169760 - Debugger does not respond when continue
Summary: Debugger does not respond when continue
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 22:02 UTC by mjdnc
Modified: 2010-06-08 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Logs (18.17 KB, text/plain)
2009-08-03 22:03 UTC, mjdnc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjdnc 2009-08-03 22:02:21 UTC
On windows XP sp3 iis 6 fastcgi on php 5.3.0 xdebug  remote with remote debug on  when debuging even 1 line of code
debuging start break points stepping everyting is ok. But when hit continue to run all codes executed at the end  
netbeans debuger waits for xdebug and same time xdebug waits for netbeans no output on the browser browser still waits
for respose. Probably a deadlock that both party waits each other.  phpinfo, xdebug log and netbeans log are in attachment.
Comment 1 mjdnc 2009-08-03 22:03:48 UTC
Created attachment 85730 [details]
Logs
Comment 2 mjdnc 2009-08-03 22:06:56 UTC
An additional note: 
When  i stop the debugger  netbeans returns to
its normal state from debuging state  but browser stil waits  for response.
Comment 3 rmatous 2010-06-08 09:29:39 UTC
According attached logs looks like normal communication, after continue the response says correctly "stopping".

works for me,please try the latest netbeans and xdebug. No way how to reproduce and fix