cancel
Showing results for 
Search instead for 
Did you mean: 

ISA Debugging : Absent Line Number Attributes

Former Member
0 Kudos

Hi everyone,

I am trying to debug a simple java file in the ISA application and keep on getting an "Absent Line Number Attributes" at the breakpoint in NDS when I run the webshop. Can someone guide me in why the line number attributes are not generated in the class file (the "compile with line attributes" is set in NDS). Do I have to change ANT settings? Please help!!!!

Thanks,

Pat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Patrick,

in the ant file, there is a target that calls the javac compiler. There you can add a parameter which is called debug. This parameter should be on/true.

This should solve you´re problem.

Regards,

Alex

former_member201781
Participant
0 Kudos

Hi Alexander,

Can you please tell me the specific files that I have to change? I can't seem to find it.

If you can provide me the exact steps, it would be great!!

Thanks,

-- Jamie.

Former Member
0 Kudos

HI Jamie,

just have a look at the buildmodification.xml in your ISA project. There you find the javac target and the property debug.

This should be true/on.

Regards,

Alex

former_member201781
Participant
0 Kudos

Hi Alexander,

Thanks so much for your help.

Thanks,

-- Jamie.

Message was edited by: Jamie Chuasiripattana

Message was edited by: Jamie Chuasiripattana

former_member201781
Participant
0 Kudos

Hi Patrick,

I encounter the same problem. Have you figured it out what's wrong with it?

Appreciate your input.

Thanks,

-- Jamie.