MITHARG
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Annoying with F10 While debugging

Go down

 Annoying with F10 While debugging Empty Annoying with F10 While debugging

Post  Archana K Sun Jan 27, 2013 6:36 pm

I'm debugging an RPG IV program. The program hits a chain. The next step goes to the F spec for the file being accessed. I press F10 to step, but the cursor stays on the F spec until finally moving back into the program. Why does this happen, and is there some way to prevent it?

Answer:
The debugger steps once for each input (or output) specification in the record format. Put OPTION(*NODEBUGIO) in an H spec.

I recommend you also include the *SRCSTMT option, so that the compiler uses the sequence numbers from your source member:

OPTION(*SRCSTMT : *NODEBUGIO)

Archana K

Posts : 76
Join date : 2013-01-27
Age : 32
Location : chennai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum