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 237866 - ArrayIndexOutOfBoundsException: 1 >= 1
Summary: ArrayIndexOutOfBoundsException: 1 >= 1
Status: RESOLVED DUPLICATE of bug 239677
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-31 14:59 UTC by elennaro
Modified: 2013-12-24 15:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191515


Attachments
stacktrace (6.71 KB, text/plain)
2013-10-31 14:59 UTC, elennaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2013-10-31 14:59:05 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
GUEST: trying to install and test Xdebug on PHP project.

GUEST: ?

GUEST: trying to run netbeans to connect to xdebug

GUEST: Tring to list processes for remote debugging (with gdb) on "remote" machine (which actually was local cygwin with ssh server) trough ssh

GUEST: Obtained when attaching to remote debug. Netbeans on osx 10.6.8 and remote host on freebsd 9.1.

elennaro: Ghrome Debugger error




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
   at java.util.Vector.elementAt(Vector.java:470)
   at javax.swing.table.DefaultTableModel.getValueAt(DefaultTableModel.java:650)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.isValid(AttachPanel.java:920)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.ok(AttachPanel.java:951)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.procTableClicked(AttachPanel.java:552)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.access$600(AttachPanel.java:131)
Comment 1 elennaro 2013-10-31 14:59:07 UTC
Created attachment 141751 [details]
stacktrace
Comment 2 henk89 2013-12-24 15:52:09 UTC

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