File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes java debugging Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

java debugging

Neha Kulkarni
Greenhorn

Joined: Jan 13, 2010
Posts: 12
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
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19232

Please Use One Thread Per Question. Let's stick with this one, shall we?


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: java debugging
 
Similar Threads
JProbe Error: Unable to instrument for line profiling
Eclipse debug not finding the code block
Server side debugging problem
Decompiler
Debugging code without sources