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

Summary: [69cat] AssertionError at org.netbeans.modules.php.dbgp.packets.InitMessage.setFeature
Product: php Reporter: _ pandajava <pandajava>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tprochazka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 157394
Attachments: stacktrace

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 ***