| Summary: | launching JBoss from the servers view results in a modal dialog | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | David Green <greensopinion> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | stalebug | ||
|
Description
David Green
based on the stack trace moving this to JDT Version: 3.6.0 Build id: I20100129-1300 Looking at the stacktrace, it is suspending because you have the preference "Java -> Debug -> Suspend execution on compilation errors" enabled. This preference sets a 'virtual' breakpoint (which you will never see in the view) that suspends when you have compilation errors in your workspace that affect the current launch. (In reply to comment #3) > Looking at the stacktrace, it is suspending because you have the preference > "Java -> Debug -> Suspend execution on compilation errors" enabled. Yes I do have that setting enabled. From what I can see that is the default setting. A couple of things seem strange to me about that: * there are no compilation errors in my projects * why would it be setting a breakpoint in java.net.URL, when it obviously has no compilation errors (it's in the rt.jar) (In reply to comment #4) > A couple of things seem strange to me about that: > * there are no compilation errors in my projects That is odd indeed. > * why would it be setting a breakpoint in java.net.URL, when it obviously has > no compilation errors (it's in the rt.jar) Like I said it sets (for lack of a better term) a virtual breakpoint - meaning it will suspend execution like a breakpoint. It could be that your shapshot is not actually showing it suspending on a compilation error, just showing the notification of listener and that it is actually suspending on the exception breakpoint mentioned at the start of the stacktrace. Do you have any Exception breakpoints set? org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.suspend(JavaBreakpoint.java:363) org.eclipse.jdt.internal.debug.core.breakpoints.JavaExceptionBreakpoint.handleBreakpointEvent(JavaExceptionBreakpoint.java:348) org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.handleEvent(JavaBreakpoint.java:288) (In reply to comment #5) > Do you have any Exception breakpoints set? no, no exception breakpoints. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |