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 257645 - 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: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 13:21 UTC by kuko
Modified: 2016-08-29 06:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222207


Attachments
stacktrace (1.08 KB, text/plain)
2016-01-20 13:21 UTC, kuko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kuko 2016-01-20 13:21:57 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
kuko: from php project

kuko: debug php file on sql query mssql_server

kuko: xdebug php 5.5.19 on xammp

kuko: Developing in PHP and debuggin with xdebug, no know more.

spookyluke: Debugging a script - expected stop at breakpoint

kuko: xdebug php5.5

kuko: On debug php,

kuko: xdebug php

kuko: in php with xdebug




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:305)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:270)
Comment 1 kuko 2016-01-20 13:21:59 UTC
Created attachment 158191 [details]
stacktrace