| Summary: | Walkback in target when inspecting variable | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Peter Burka <peter_burka> |
| Component: | Debug | Assignee: | Darin Wright <darin.eclipse> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
| Whiteboard: | |||
| Bug Depends on: | 1564 | ||
| Bug Blocks: | |||
|
Description
Peter Burka
Require some more details: * Eclispe version * The stack frame you were in (source/binary/system package, etc) * the exrepssion evaluated Eclipse version: 20011219 Stack frame I was in: org.eclipse.ui.part.MultiPageSelectionProvider.getSelection Target VM: HDK 1.3 Selection: 'activeEditor', a temporary variable The debugger had stopped because of a NullPointerException breakpoint. MultiPageSelectionProvider was not loaded in my workspace, but its source was displayed in the debugger. Known problem. The current evaluation technology, when self-hosting, only works for projects that are "source projects" (as opposed to imported binary projects). The reason for this is that the Eclipse class loader is unable to see the "temp eval file" we deploy to do the evaluation. |