| Summary: | NullpointerException in DebugTargetProxy while debugging into a org.eclipse.emf.mwe WorflowComponent | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Modeling] EMFT | Reporter: | Missing name <frank_wuerffel> | ||||||||||
| Component: | MWE | Assignee: | Project Inbox <emft-mwe-inbox> | ||||||||||
| Status: | NEW --- | QA Contact: | |||||||||||
| Severity: | normal | ||||||||||||
| Priority: | P3 | CC: | Michael_Rennie | ||||||||||
| Version: | unspecified | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | PC | ||||||||||||
| OS: | Windows XP | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Missing name
Just to confirm, are using the Java debugger or some other debugger (the 'mwe' debugger you mentioned in comment #0)? I am curious because from the stacktrace it looks like the backing debug target is returning an array of threads with a null entry. (In reply to comment #1) > Just to confirm, are using the Java debugger or some other debugger (the 'mwe' > debugger you mentioned in comment #0)? > > I am curious because from the stacktrace it looks like the backing debug target > is returning an array of threads with a null entry. yes, I am using the java debugger. The class that I am trying to debug is an implementation of a WorkflowComponent interface which comes from the emf project. I start the workflow by using the debug MWE Workflow Command provided by the emf project. I am not sure if it is a generla debugger problem or a problem for the modeling project. (In reply to comment #2) > > I start the workflow by using the debug MWE Workflow Command provided by the > emf project. What kind of launch configuration is used with the "debug MWE Workflow Command"? Can you attach a screen shot of the debug session that causes the exception? > > I am not sure if it is a generla debugger problem or a problem for the modeling > project. The is sounding like a problem with EMF and their MWE debugger Created attachment 191438 [details]
debug config main
Created attachment 191439 [details]
debug config common
Created attachment 191440 [details]
debug config classpath
Created attachment 191441 [details]
debug config args
(In reply to comment #3) > (In reply to comment #2) > > > > I start the workflow by using the debug MWE Workflow Command provided by the > > emf project. > > What kind of launch configuration is used with the "debug MWE Workflow > Command"? Can you attach a screen shot of the debug session that causes the > exception? > > > > > I am not sure if it is a generla debugger problem or a problem for the modeling > > project. > > The is sounding like a problem with EMF and their MWE debugger Attached screen shots of my debug config |