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

How to update code changes in ABAP debugger?

Former Member
0 Likes
2,838

       Is it possible to update code change in debugger while debugging. To be more precise, in debugger screen menu by going to Miscellaneous -> Load Current Source Code updates the  code on the screen but when debugging the program still follows the path of the previous program.

4 REPLIES 4
Read only

Former Member
0 Likes
1,489

Hi Narayana,

You are doing it correctly , that is how its done but some times it follows the previous path of the old code due to refresh problem.

Try to generate the program in a separate session after making the changes .

Hope this will help.

Regards,

Amit

Read only

0 Likes
1,489

Hi Amit,

         My intention is to have temporary code for a debugging session. i.e, I want to delete the changes after debugging.

Thanks,

Narayana

Read only

0 Likes
1,489

HI Narayana,

If you are talking about writing some code at run time in the debugger itself, then i doubt that this feature is not available as of now.

But if you are making the code changes along with the debugging then the new code can be uploaded in the current debugging session.

Hope this will resolve your question.

Regards,

Amit

Read only

Former Member
0 Likes
1,489

Hi,

You cannot add code temporarily through debugger.

But you can make changes in program and then make it effective in the current session by using the menu option.