Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

java debugging

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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
 
Sheriff
Posts: 22862
132
Eclipse IDE Spring TypeScript Quarkus Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please Use One Thread Per Question. Let's stick with this one, shall we?
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic