Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » debugging problem - absent line numbers
debugging problem - absent line numbers [message #601] Mon, 21 April 2003 14:40 Go to next message
TToyohara is currently offline TToyoharaFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

I am having trouble debugging only one of my projects. I'm pretty sure it's
setup exactly like the other ones I have, but this is the only one that I
cannot debug.

When I try to hit the breakpoint, i get the error msg "Attempting to install
a breakpoint in the type package.name.goes.here that has no line number
attributes. THe breakpoint cannot be installed. Class files must be
generated with the line number attributes.

Reason: Absent Line Number Information

I double checked the compiler settings and the Compile with line numbers
option is set to true.

any ideas out there? is this a bug with eclipse?

thanks.
Re: debugging problem - absent line numbers [message #651 is a reply to message #601] Mon, 21 April 2003 15:54 Go to previous message
Eclipse UserFriend
Originally posted by: Olivier_Thomann.oti.com

On Mon, 21 Apr 2003 10:40:02 -0400, "ttoyohara"
<ttoyohara@cauldronsolutions.com> wrote:
>I double checked the compiler settings and the Compile with line numbers
>option is set to true.
>any ideas out there? is this a bug with eclipse?
Are you changing the .class file once generated?

If not, please open a bug report against JDT/Core with steps to
reproduce and attach the source file and the corresponding .class file
for the file on which you are trying to set a breakpoint. The .class
file is located in the output folder of the source folder in which
your source file is defined.
--
Olivier
Previous Topic:create a new button
Next Topic:Dual key keybinding problem
Goto Forum:
  


Current Time: Wed Jul 17 16:26:31 GMT 2024

Powered by FUDForum. Page generated in 0.03486 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top