Bug 31140 - no variables in variables view
Summary: no variables in variables view
Status: RESOLVED DUPLICATE of bug 30971
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 14:08 EST by Adam Kiezun CLA
Modified: 2003-02-07 16:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2003-02-06 14:08:46 EST
20030206
nothing shows in the variables view after hitting a breakpoint and stepping
(cannot type in the toString part either)
Comment 1 Darin Wright CLA 2003-02-06 14:19:41 EST
Looks like a dup - anything in your log?

*** This bug has been marked as a duplicate of 30971 ***
Comment 2 Adam Kiezun CLA 2003-02-06 14:22:27 EST
tons of these:
!MESSAGE com.sun.jdi.ObjectCollectedException occurred while retrieving values 
from array.
!STACK 0
com.sun.jdi.ObjectCollectedException
	at org.eclipse.jdi.internal.MirrorImpl.defaultReplyErrorHandler
(MirrorImpl.java:234)
	at org.eclipse.jdi.internal.ArrayReferenceImpl.length
(ArrayReferenceImpl.java:187)
	at org.eclipse.jdi.internal.ArrayReferenceImpl.getValues
(ArrayReferenceImpl.java:78)
	at org.eclipse.jdi.internal.ArrayReferenceImpl.getValues
(ArrayReferenceImpl.java:70)
	at 
org.eclipse.jdt.internal.debug.core.model.JDIArrayValue.getUnderlyingValues
(JDIArrayValue.java:132)
	at org.eclipse.jdt.internal.debug.core.model.JDIArrayValue.getValues
(JDIArrayValue.java:36)
	at 
org.eclipse.jdt.internal.debug.ui.JDIModelPresentation$DefaultJavaValueDetailPro
vider.appendArrayDetail(JDIModelPresentation.java:1749)
	at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation$4.run
(JDIModelPresentation.java:1635)
	at org.eclipse.jdt.internal.debug.core.model.JDIThread.runEvaluation
(JDIThread.java:600)
	at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation$3.run
(JDIModelPresentation.java:1648)
	at java.lang.Thread.run(Thread.java:484)
Comment 3 Darin Wright CLA 2003-02-06 14:29:55 EST
This is different
Comment 4 Darin Wright CLA 2003-02-06 14:30:42 EST
Luc is this a dup of one you already have?
Comment 5 Darin Wright CLA 2003-02-06 14:50:59 EST
Adam, does re-setting the perspective, or re-starting the workbench help?
Comment 6 Darin Wright CLA 2003-02-06 17:25:45 EST
The variables not appearing is a dup of 30971. The stack trace here is a 
different problem - a variable that was created/garbage collected before we 
could render it. Adam, can you reproduce these problems? I'm not sure if it is 
actually an error, or just an exception we are handling OK.
Comment 7 Luc Bourlier CLA 2003-02-06 18:28:45 EST
Did the debug view was hidden ? if so, that could be a dup of Bug 31181.
Comment 8 Darin Wright CLA 2003-02-07 16:50:50 EST
Either way, this is a dup of bug 31181 or bug 30971. Marking as dup.

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