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

debugging

Former Member
0 Likes
780

Hi all

what is the diff btn restart and debugging off in the debugger mode of abap editor

thanks

sai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
748

Hi sai,

1. Debugging off

The program execution continues....

2. Restart

The program stops there and there itself.

and comes to initial screen,

for the purpose of re-starting , fresh again.

3. U can just check out (just copy paste)

(in debuggin, if u select Debuggin-off,

u will write 'Amit' on screen,

where as if u select Re-start,

it will come to initial screen)

4.

report abc.

break-point.

write 😕 'amit'.

regards,

amit m.

5 REPLIES 5
Read only

Former Member
0 Likes
749

Hi sai,

1. Debugging off

The program execution continues....

2. Restart

The program stops there and there itself.

and comes to initial screen,

for the purpose of re-starting , fresh again.

3. U can just check out (just copy paste)

(in debuggin, if u select Debuggin-off,

u will write 'Amit' on screen,

where as if u select Re-start,

it will come to initial screen)

4.

report abc.

break-point.

write 😕 'amit'.

regards,

amit m.

Read only

Former Member
0 Likes
748

Both are opposite in the sense that

restart-rolls back the process.

Debugging off-commits the process.

Read only

Former Member
0 Likes
748

HI SAI,

RESTART--EXITS FROM DEBUGGING BRINGS U BACK TO THE SE38 ABAP EDITOR

DEBUGGING OFF--WILL STOP DEBUGGING AT THAT POINT DISPLAYS THE OUTPUT.

HOPE THIS HELPS,

PRIYA.

Read only

Former Member
0 Likes
748

Hi,

Restart comes back to the initial screen while the debugging off runs the program and prints the output

Thanks

Aswin

Read only

Former Member
0 Likes
748

Hi Sairam,

Restart treminates the <b>Running of Prgroam and Debugging</b>, it takes you to initial screen.

Debugging off <b>Terminates the Debugging</b> Alone.

Regards

vijay