[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Error while debugging my MIDlet

Hello again.  Thanx for the tips, but I'm new to Eclipse and want to make 
sure I'm doing things properly before I start mentioning bugs.  I showed the 
Error Log, but all it said was the same
"An internal error occurred during: "Debug"."

I expanded it though and got the whole stack, which is:

java.lang.IllegalArgumentException
 at 
org.eclipse.jdi.internal.GenericSignature.getArgumentsSignature(GenericSignature.java:65)
 at 
org.eclipse.jdi.internal.MethodImpl.argumentTypeSignatures(MethodImpl.java:302)
 at 
org.eclipse.jdi.internal.MethodImpl.argumentTypeNames(MethodImpl.java:278)
 at 
org.eclipse.jdt.internal.debug.core.model.JDIStackFrame.getArgumentTypeNames(JDIStackFrame.java:324)
 at 
org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getStackFrameText(JDIModelPresentation.java:1498)
 at 
org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getText(JDIModelPresentation.java:204)
 at 
org.eclipse.debug.internal.ui.LazyModelPresentation.getText(LazyModelPresentation.java:101)
 at 
org.eclipse.debug.internal.ui.DelegatingModelPresentation.getText(DelegatingModelPresentation.java:158)
 at 
org.eclipse.debug.internal.ui.views.DebugViewLabelDecorator$LabelJob.run(DebugViewLabelDecorator.java:326)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

I dug around the bug database but didn't find anything, however I'm not 
certain on how to report this bug (if it is one).  For the sake of the poor 
bug chasers at Eclipse can ya give me any hints on how to go about this?
Thank you much.
Mike


"Darin Swanson" <Darin_Swanson@xxxxxxxxxx> wrote in message 
news:d7jae0$1e0$1@xxxxxxxxxxxxxxxxxxx
> Mike,
>
> Check the .log file for the full stack trace of the exception.
> Window>Show View>Other>PDE Runtime>Error Log
>
> Then search bugzilla to see if the problem is known.
> If not, report the problem
>
> Thanks
> Darins
>
> "Mike ONeil" <moneil@xxxxxxxxxxxx> wrote in message 
> news:d7j4gq$s7t$1@xxxxxxxxxxxxxxxxxxx
>> I'm using the Nokia SDK Plug-In to develop a game on a cell phone using 
>> Eclipse 3.0.2 using Windows XP.  Here's what happens:
>>
>> I can run the program fine, can run it in debug mode fine, however, when 
>> I set certain breakpoints, I get this error message:
>>
>> Debug (Error: An Internal error occurred during: "Debug",)
>> java.lang.illegalArgumentException
>> .
>> .
>> .
>>
>>
>> Seems to happen only when I put breakpoints in certain parts of the code, 
>> though I'm not sure what parts of the code cause it or not.  Everything 
>> runs error free otherwise.  Has anyone else encountered this or know what 
>> it's about?
>>
>> Thanx
>> Mike
>>
>>
>
>