Hello folks
I am doing server side debugging, there is one application which i am executing and concurrently i have applied breakpoints in javacode, when the thread stops there it goes to class file of that java file but problem is line numbers are different. what i mean is if i have put debug point on 50th line of java code then in class file it shows somwhere near 40th line
is there any wat i can correct this, will i be shown comments in class file...why there are difference of line numbers in both the files
please help me urgently
thanks appreciate your inputs