debugging with eclipse

Hi All,

I am newbie in eclipse debugging.

I have my project source code (large size).and now I just testing my

code using simple test case.

Is anyway to debug the source with test?

like setting path reference of source to test in debug time.

Thanks,

Nil

[302 byte] By [nil4ua] at [2007-10-2 18:16:03]
# 1
Did you get this figured out or are you still having difficulty? If so, I need to know whether this is a web application, a straight java app (started from a main(String[] args) method, or whatever... the nature of what you're trying to debug.
pihlenfeldta at 2007-7-13 19:36:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 2
Hi,thanks for reply,I still getting problem, I am using straight java app.Thanks,Nil
nil4ua at 2007-7-13 19:36:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 3
Hi Nil4U,You cannot debug a "straight java app" .You need to have some server running along with your java program. Like u might want to download Tomcat and call your program via some servlet.By the way U got a romatic Id, I must say.
RohitKumara at 2007-7-13 19:36:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 4

Hi,

But i think, I can debug small stand alone program using eclispe.Here problem is I have large source of my code and i am trying to debug my small test

so each time i need to take source into workspace for debugging or i can set like JAVASRCPATH so at debugging time it can go into my source code.

Thanks,

Nil

nil4ua at 2007-7-13 19:36:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...