Bug 197175 - [evaluation] Java array var has detail formatter error when manually suspended
Summary: [evaluation] Java array var has detail formatter error when manually suspended
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2007-07-19 12:59 EDT by Curtis Windatt CLA
Modified: 2009-06-04 16:08 EDT (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 Curtis Windatt CLA 2007-07-19 12:59:24 EDT
Manually suspend a thread
Select a Java array variable
The detail pane displays a Detail Formatter Error.

Thread evaluation cannot be done in a manually suspended thread, but it is not a detail formatter error.  Java arrays do not have detail formatters.

The method Class.forName() is being evaluated in the detail formatter code.
Comment 1 Darin Wright CLA 2009-06-04 16:08:04 EDT
The error message has been improved: "This thread has been manually suspended and therefore object details are unavailable." Marking as works for me.