How to do this?

D

DeTtv

Is there any (GUI) tool that I can use in this way?

I start Java Application (Swing/AWT and/or JSP/servlet) and I can see which
Java object (class) was called and which method in that class was called.
And I can "travel" through this app and see how it was developed.
** I have source code.

I ask this because I need to maintain and upgrade application that was
develop by other people. Documentation was very bad and I can't figure out
how it really works.

I hope I make my problem clear!

What is the best way to do this and which tool to use for this?

Thanks.
 
R

Robert Olofsson

DeTtv ([email protected]) wrote:
: I start Java Application (Swing/AWT and/or JSP/servlet) and I can see which
: Java object (class) was called and which method in that class was called.
: And I can "travel" through this app and see how it was developed.
: ** I have source code.

A debugger or a profiler...

: What is the best way to do this and which tool to use for this?
You could try JSwat Java Debugger, I havent used it myself but
it looks ok.

/robo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top