Application Development 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: 

debugging

Former Member
0 Kudos

Hi all

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

thanks

sai

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

former_member181962
Active Contributor
0 Kudos

Both are opposite in the sense that

restart-rolls back the process.

Debugging off-commits the process.

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi,

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

Thanks

Aswin

former_member188685
Active Contributor
0 Kudos

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