Link to home
Start Free TrialLog in
Avatar of KPax
KPax

asked on

eclipse find/step into stored procedure

I am debugging some legacy java code which is using a lot of stored procedures. All of them are in source code and in DB2. When I debug code occasionally I run into situation that some stored procedure is called but I don't know from where or which procedure. Stepping into [with F5] would be too tedious to find exact place where procedure is called.

What I would like is that eclipse opens that specific stored procedure or at least to know which procedure is called. How can I do that?

User generated image
 User generated image
Avatar of mccarl
mccarl
Flag of Australia image

Is your DB2 database running "embedded" within the rest of your Java code, or is it a client/server model? (Even if the client code and database server is on the same machine, if they are separate processes, this is still client/server.
Avatar of KPax
KPax

ASKER

No, DB2 database server is is not embedded - it is  standalone to the full extent of client server architecture (yes I know what is client/server architecture, thank you :) , complete setup is complex - multiple app servers, multiple db servers, load balancers etc)
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial