IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SKIP executable lines during Debugging


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Thu Nov 05, 2009 8:14 pm
Reply with quote

Hi,

Like the way we skip execution of lines in Xpediter using S, is there a way to accomplish this in Natural Debugger?

Thanks,
A.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sun Nov 08, 2009 3:25 pm
Reply with quote

Take a look at the STEP command and its operand.

O.
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Wed Nov 11, 2009 10:50 pm
Reply with quote

Hi Ofer,

Thank your for your guidance. It really helped me.
But what I understood is,
STEP will simply pass the control to the n+1 statement and all the lines in between will be executed.

Is there something that will help us to SKIP with out executing the statements or treat as if the statements are commented or not there?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Nov 11, 2009 11:33 pm
Reply with quote

As far as I know, there's no such option, however - you can edit the source while debugging and comment the desired line(s).

O.
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Thu Nov 12, 2009 9:12 pm
Reply with quote

Thank you ofer icon_smile.gif I have no other go.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
No new posts Debugging not getting triggered throu... CICS 3
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Merge 2 lines based on Space from a S... DFSORT/ICETOOL 5
Search our Forums:

Back to Top