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 - A Resource Crunch

Former Member
0 Likes
552

Dear All this a question for any basis person out there. I just wanted to know wether if you do a debug on a production client is there any Resource crunch on the server, the servers become slow and the end users feel the delay in the execution time.

If any impact is there on the server performance then what is the magnitude.

Regards

Manish K Srivastava

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
376

debug is done inside a SAP session just like any other program, so this is not consuming resource than something else

now if you are debugging the ABAP part of a web session opened by another user, the web page will not be displayed until debugging is done, so user could be waiting for you

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
377

debug is done inside a SAP session just like any other program, so this is not consuming resource than something else

now if you are debugging the ABAP part of a web session opened by another user, the web page will not be displayed until debugging is done, so user could be waiting for you