| Summary: | HCR with compilation error (1GKF820) | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Darin Wright <darin.eclipse> |
| Component: | Debug | Assignee: | Jared Burns <jared_burns> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | minor | ||
| Priority: | P1 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.0 M3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Darin Wright
This is not always true.
For example, it's entirely possible for someone to load a program that has
compilation errors, debug to the errors, and then fix them as they go. Thus, the
user *would* want to reload a class with errors - in this case, because the new
class would have *less* errors than the original.
I think this behavior will have to be user-controlled. That is, it will need a
callback mechanism to the UI to prompt the user ("You have compilation units
with errors. Do you want to load these new classes in the VM?").
Leave as is. We run/debug with compilation errors. |