Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

help in tracing

  Asked By: Rabiah    Date: Jul 03    Category: Java    Views: 559
  

I have to trace a lot of code, does someone know a program (bettre
an eclipse plug-in) that can help me in tracing the methods of my
applications? I mean, I'd like to avoid writing System.out.println
(...) for each method.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Danny Perkins     Answered On: Jul 03

I think you haven't explored the debug feature in
eclipse. We can debug both ordinary java programs and
eclipse plug-ins as well. It is comparable to any
other powerful debugger for java.

Just double click a line of code  where you want to put
a breakpoint, and Run-> Debug As ->Run-time workbench.
The execution starts in debug mode.

FYI: More information about eclipse  and its plug-ins
can be found on the eclipse discussion forum at
www.eclipse.org.

 
Answer #2    Answered By: Riley-jack Johnson     Answered On: Jul 03

You will find Log4J helpful for your scenario.
Again,you will have to do some coding for the plugin to understand/trace your
methods.

More Info at http://www.almaer.com/blog/archives/000330.html

 
Didn't find what you were looking for? Find more on help in tracing Or get search suggestion and latest updates.




Tagged: