Bug 30903 - [breakpoints] improve conditional breakpoint error handling
Summary: [breakpoints] improve conditional breakpoint error handling
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 14:41 EST by Darin Wright CLA
Modified: 2008-01-11 04:21 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2003-02-04 14:41:41 EST
Compilation and runtime errors with conditional breakpoints could be handled 
better. Currently a dialog is opened describing the error, with an "Edit" 
button to fix the condition. It would be more fiendly to have the error 
messages/context present while editing the condition.
Comment 1 Darin Wright CLA 2003-02-04 14:41:51 EST
Deferred
Comment 2 Darin Wright CLA 2003-05-26 16:20:33 EDT
Consider for 3.0
Comment 3 Jared Burns CLA 2003-09-27 15:59:09 EDT
I don't believe this is feasible since we moved to using property pages for 
breakpoints.
Comment 4 Darin Wright CLA 2003-09-28 15:21:36 EDT
Could we open the property page with a "red X" and error message? on the 
appropriate page, with the focus in the "condition" field?
Comment 5 Darin Wright CLA 2004-03-01 16:15:25 EST
Agreed. This is now tricky, since we don't have easy access the property 
pages. We'd have to store the error on the breakpoint perhaps (as an 
attribute), and mark it with a red X?

Deferred.
Comment 6 Michael Rennie CLA 2007-05-23 10:39:51 EDT
reopening
Comment 7 Niklas Deutschmann CLA 2008-01-11 04:21:07 EST
I'd like to see some suggestions for dependencies that should be added to fix a compilation error. Right now, I only see the error message "Conditional breakpoint has compilation error(s). Reason: The type org.eclipse.xyz.abc cannot be resolved. It is indirectly referenced from required .class files"

But I haven't any clue where to add a dependency to org.eclipse.xyz.abc