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 82224 - Debugging J2ME / Local Variables Produces Error
Summary: Debugging J2ME / Local Variables Produces Error
Status: VERIFIED DUPLICATE of bug 76846
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ kherink
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 07:07 UTC by gamelol
Modified: 2006-10-23 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans Error Log (86.68 KB, application/octet-stream)
2006-08-09 07:08 UTC, gamelol
Details
j2me project to reproduce it (8.84 KB, application/x-compressed)
2006-08-09 09:27 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gamelol 2006-08-09 07:07:51 UTC
Stepping through a J2ME and opening up the local variables output creates an 
error.
Comment 1 gamelol 2006-08-09 07:08:43 UTC
Created attachment 32676 [details]
Netbeans Error Log
Comment 2 Lukas Hasik 2006-08-09 09:24:28 UTC
easily reproducible when expanding a Vector in Local variables. 
Comment 3 Lukas Hasik 2006-08-09 09:27:40 UTC
Created attachment 32685 [details]
j2me project to reproduce it
Comment 4 Martin Ryzl 2006-08-09 09:34:44 UTC
toArray() method is not available in CLDC/MIDP. It is a question however,
whether such cases (missing method) should be handled by displaying an exception ...
I'd suggest to re-assign this issue to debugger tiger team.
Comment 5 Lukas Hasik 2006-08-09 09:41:34 UTC
it's already reported to debugger, closing as duplicate and will copy all
relevant info there...

*** This issue has been marked as a duplicate of 76846 ***
Comment 6 Lukas Hasik 2006-08-11 11:50:43 UTC
verified duplicate