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 247134 - org.netbeans.modules.php.dbgp.UnsufficientValueException at org.netbeans.modules.php.dbgp.packets.Property.getValue
Summary: org.netbeans.modules.php.dbgp.UnsufficientValueException at org.netbeans.modu...
Status: RESOLVED DUPLICATE of bug 220364
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 15:48 UTC by spookyluke
Modified: 2015-09-04 08:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211873


Attachments
stacktrace (1.08 KB, text/plain)
2014-09-15 15:48 UTC, spookyluke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description spookyluke 2014-09-15 15:48:00 UTC
This bug was originally marked as duplicate of bug 220364, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-mockbuild_2014_07_17_14_16-b00
OS: Linux

User Comments:
spookyluke: Debugging a script - expected stop at breakpoint




Stacktrace: 
org.netbeans.modules.php.dbgp.UnsufficientValueException
   at org.netbeans.modules.php.dbgp.packets.Property.getValue(Property.java:234)
   at org.netbeans.modules.php.dbgp.packets.Property.getValue(Property.java:171)
   at org.netbeans.modules.php.dbgp.packets.Property.getStringValue(Property.java:185)
   at org.netbeans.modules.php.dbgp.packets.RequestedUrlEvalResponse.process(RequestedUrlEvalResponse.java:77)
   at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:303)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:268)
Comment 1 spookyluke 2014-09-15 15:48:02 UTC
Created attachment 149227 [details]
stacktrace
Comment 2 Tomas Mysik 2015-09-04 08:28:37 UTC
Unfortunately, we need Xdebug log, see issue #220364. Thanks.

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