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 183029 - [69cat] AssertionError at org.netbeans.modules.php.dbgp.packets.InitMessage.setFeature
Summary: [69cat] AssertionError at org.netbeans.modules.php.dbgp.packets.InitMessage.s...
Status: RESOLVED DUPLICATE of bug 183027
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 19:46 UTC by _ pandajava
Modified: 2010-04-15 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157394


Attachments
stacktrace (1.03 KB, text/plain)
2010-03-28 19:47 UTC, _ pandajava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pandajava 2010-03-28 19:46:58 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux

User Comments:
pandajava: happened when debugging with Xdebug

tprochazka: during debugging




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.php.dbgp.packets.InitMessage.setFeature(InitMessage.java:141)
   at org.netbeans.modules.php.dbgp.packets.InitMessage.setShowHidden(InitMessage.java:127)
   at org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:83)
   at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:290)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:262)
   at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:208)
Comment 1 _ pandajava 2010-03-28 19:47:06 UTC
Created attachment 96117 [details]
stacktrace
Comment 2 rmatous 2010-04-15 15:30:13 UTC

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