Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

debug step by step

Former Member
0 Likes
429

Hello experts,

What can I do if I want to debug the whole program step by step? Is there a debug mode for the whole program?

Please advise.

Thanks

Andre.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

You just use "/h" in command prompt and press F8 and do the debug for step by step

2 REPLIES 2
Read only

Former Member
0 Likes
395

You just use "/h" in command prompt and press F8 and do the debug for step by step

Read only

raja_thangamani
Active Contributor
0 Likes
394

1) <b>/h</b> can used for debugging transactions.

2).you can bebug by creating Breakpoints & watchpoints in your program.

if there is a error you can check the error in st22 transaction.

3) using breakpoints.

You can refer this link for more detail:

Raja T