cancel
Showing results for 
Search instead for 
Did you mean: 

Netweaver developer studio debugger error.

Former Member
0 Kudos

Hi,

When I am trying to set breakpoint, I am getting an error as

"Attempting to install a breakpoint in the type that has no line number attributes.

The breakpoint cannot be installed. Class file must be generated with the line number attributes.”

Reason: Absent Line Number Information

Any ideas about this type of error?

Thanks,

Harsha

Accepted Solutions (0)

Answers (2)

Answers (2)

Vlado
Advisor
Advisor
0 Kudos

Hi Harsha,

Please verify that in Window -> Preferences -> Java -> Compiler -> Compliance and Classfiles, the "Add line number attributes to generated class files" option has been turned on.

Best regards,

Vladimir

Former Member
0 Kudos

Hi Harsha,

This error from eclipse has been around for quite some time. I'm not sure the exact reason why its there, but it is usually safe to ignore. By that i mean it shouldn't affect your debugging.

Regards,

Taib Lokman