Step Into (Debug Menu)


 

The Step Into selection of the Debug menu causes the program to perform the statement at the current instruction point and then break. If the current instruction is a CALL or CALLS statement, the break will occur at the first instruction in the called routine.

 

To quickly perform a Step Into action, press the F8 key.

 

 

See also: Debugging



PL/B IDE Studio Help Set IP to Cursor Line (Debug Menu) Step Over (Debug Menu)