One other thing you can try.
Since our SEP support is based on SEP support from green screen debugger,
could you please try to see if you can set SEP in the specific procedure
you have trouble with in RDi?
To do that, use STRDBG and DSPMODSRC command to display the source (either
*source view or *listing view, does not really matter) in the green screen
debugger. Find out what is the first executable line of that procedure,
and use "SBREAK line#" to set a SEP. If your application is going to be
run by other user id, you need to use command "SBREAK line# USER userid".
See if you have error when you set this SEP.
If yes, please let me know the message.
If not, run you application, and see if this SEP could be hit (you green
screen debugger should switch to a message screen telling you how to use
STRSRVJOB to debug it).
Thanks,
Xuan Chen, Problem Determination Tools for IBM i
(905) 413-3769 T/L 313-3769
xuanchen@xxxxxxxxxx
David Gibbs <david@xxxxxxxxxxxx>
Sent by: wdsci-l-bounces@xxxxxxxxxxxx
30/09/2009 09:25 AM
Please respond to
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>
To
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>
cc
Subject
Re: [WDSCI-L] Can't set service entry point?
Xuan Chen wrote:
Is it possible someone else has already set the SEP on the program?
No, I'm the only person trying to debug this program on this system.
What you can try is to stop the debug server (ENDDBGSVR) and start the
debug server again (STRDBGSVR) and try to set SEP again.
Tried that a few times already, no luck. :(
david
As an Amazon Associate we earn from qualifying purchases.