|
Thank for the clarification. I supposed it is entirely possible that I missed all the breakpoints. -----Original Message----- From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Edmund Reinhardt Sent: Thursday, May 14, 2015 1:48 PM To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries Subject: Re: [WDSCI-L] Debug Quirk Vern is correct Service entry point will put a job into debug if it is not under debug yet. If the job is already under debug, the job will not stop again at another SEP location. So in the Greg's case, if the second program runs in the same job as the first program, it will not stop again. However, if the second program runs in a different job, then you will have a new debug session when the second job is spawned. Greg, a regular line breakpoint in the second program should be hit. You might want to examine if that code path was executed. From: Vernon Hamberg <vhamberg@xxxxxxxxxxxxxxx> To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx> Date: 05/14/2015 12:04 PM Subject: Re: [WDSCI-L] Debug Quirk Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx> I think that the apparent result is, you can have only 1 SEP at a time. The real thing happening is, you are calling STRSRVPGM - and THAT is the thing that you can have only 1 of at a time. So if you want the 2nd program to stop, you need a regular breakpoint in it - of stop at its call in the first program, then run into the called program. Hope that makes a little sense! Vern On 5/14/2015 9:58 AM, Greg Wilburn wrote: > Can you only have one service entry point at a time? > > I had running (one program called the other)... when the first pgm called the second, it did not open the second program at the entry point. The program ran and ended. > > I removed the service entry point for the first program. Called it again, and the second program opened just fine at the entry point. > > -----Original Message----- > From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Edmund Reinhardt > Sent: Wednesday, May 13, 2015 4:05 PM > To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries > Subject: Re: [WDSCI-L] Debug Quirk > > > If you have a reproducible scenario, please open a PMR so we can fix it. > > > > > From: Greg Wilburn <gwilburn@xxxxxxxxxxxxxxxxxxxxxxx> > To: "'Rational Developer for IBM i / Websphere Development Studio > Client for System i & iSeries'" <wdsci-l@xxxxxxxxxxxx> > Date: 05/13/2015 03:21 PM > Subject: Re: [WDSCI-L] Debug Quirk > Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx> > > > > Yep.. free format. At the same time, my right-click options were all > screwed up too. I had about 3 programs setup as Service Entry Points. > When I right clicked, I received a really long menu with a lot of blank > space... maybe 3 options (missing Add/Remove Breakpoint, etc.). > > -----Original Message----- > From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Tarr, > Kenneth > Sent: Wednesday, May 13, 2015 3:04 PM > To: 'Rational Developer for IBM i / Websphere Development Studio Client for > System i & iSeries' > Subject: Re: [WDSCI-L] Debug Quirk > > I have noticed the debug problem. It seems to happen primarily with free > format RPG. When that happens, I highlight the field name and then when > hovering over it the value is displayed. I've also noticed that constants > don't display... > > -----Original Message----- > From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Greg > Wilburn > Sent: May 13, 2015 01:45 PM > To: 'WDSCI-L@xxxxxxxxxxxx' > Subject: [WDSCI-L] Debug Quirk > > Has anyone noticed that debug sometimes won't display the contents of a > variable when you hover over with the mouse? > > Also, for some reason it seems to really slow down the response time of > programs called (F6 to step over). > -- > This is the Rational Developer for IBM i / Websphere Development Studio > Client for System i & iSeries (WDSCI-L) mailing list To post a message > email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list > options, > visit: http://lists.midrange.com/mailman/listinfo/wdsci-l > or email: WDSCI-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives at > http://archive.midrange.com/wdsci-l. > This e-mail and attachment(s) may contain information that is privileged, > confidential, and/or exempt from disclosure under applicable law. If the > reader of this message is not the intended recipient, you are hereby > notified that any dissemination, distribution, or copy of this message is > strictly prohibited. If received in error, please notify the sender > immediately and delete/destroy the message and any copies thereof. Although > Associated Banc-Corp and/or its affiliates (collectively "Associated") > attempt to prevent the passage of viruses via e-mail and attachments > thereto, Associated does not guarantee that either are virus-free, and > accepts no liability for any damage sustained as a result of any such > viruses. Any federal tax advice contained in this communication (including > any attachments) is not intended or written to be used or referred to in > the promoting, marketing, or recommending of any entity, investment plan or > agreement, nor is such advice intended or written t > o be used, and cannot be used, by a taxpayer for the purpose of avoiding > penalties under the Internal Revenue Tax Code > > -- > This is the Rational Developer for IBM i / Websphere Development Studio > Client for System i & iSeries (WDSCI-L) mailing list > To post a message email: WDSCI-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/wdsci-l > or email: WDSCI-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/wdsci-l. > -- > This is the Rational Developer for IBM i / Websphere Development Studio > Client for System i & iSeries (WDSCI-L) mailing list > To post a message email: WDSCI-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/wdsci-l > or email: WDSCI-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/wdsci-l. > -- This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/wdsci-l or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.