 Thread Author
# 1

06-02-2011, 09:37 AM
|
| CrackBerry User Device(s): 8820 Carrier: AT&T/Cingular | | Join Date: Jul 2009 Posts: 12 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Unable to install breakpoint error
I'm using the Eclipse SDK 3.6.1.M20100909-0800xxx65279; .
My program has several projects (modules) and hundreds of files.
I'm building with the 4.6.0.23 SDK and debugging in the simulator on the 8900 from the 4.6.1.49 SDK.
In almost every file that I've needed to set a breakpoint, the breakpoint is successfully set in the simulator and the simulator breaks (stops) when the code hits that point.
However in one file, I get the error --
Unable to install breakpoint in com.... (full class name) due to missing line number attributes. Modify compiler options to generate line number attributes.
Reason: Absent Line Number Information.
By the way, I just realized that the full class name in the error message is for an interface that I have defined in the file. My break point WAS NOT set in that interface. It is set on a line of code in a class defined in the same file.
I never had a problem setting break points in this file with the 3.5 Eclipse SDK.
Can someone tell me how to fix this problem? I need to be able to set breakpoints in this file!
|