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

Former Member
0 Kudos

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

franois_henrotte
Active Contributor
0 Kudos

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

franois_henrotte
Active Contributor
0 Kudos

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