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 267641 - Socket Exception stepping through debugger to EOF
Summary: Socket Exception stepping through debugger to EOF
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-19 14:23 UTC by hleumas
Modified: 2016-08-29 06:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project files (3.05 MB, application/octet-stream)
2016-08-19 14:27 UTC, hleumas
Details
IDE log (54.22 KB, text/plain)
2016-08-19 14:27 UTC, hleumas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hleumas 2016-08-19 14:23:59 UTC
Using xdebug-2.4.0-5.6-vc11 debugger encounters a socket exception and disconnects from xdebug when stepping through to the end of a file even when no Watches are set.

Steps to recreate:
1. Start debugging on a project with no variable watches set.
2. Click Continue or press F5 to advance through the end of a file.

Expected results: debugging would continue as normal

Actual results: Socket exception thrown.

Also occurs using xdebug-2.4.1-5.6-vc11

Note: some modification of project code will be necessary, as the database is not included and website requires login.
Comment 1 hleumas 2016-08-19 14:27:07 UTC
Created attachment 161714 [details]
project files
Comment 2 hleumas 2016-08-19 14:27:30 UTC
Created attachment 161715 [details]
IDE log
Comment 3 hleumas 2016-08-19 14:30:20 UTC
Issue specifically occurs when debugging landing.php and newContact.php