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

Timeout Issue in ABAP Debugger

Former Member
0 Likes
506

Hi All,

Is there any way to increase the timeout for ABAP Debugger. Whenever I have to cebug, and if i need to check other application at the same time, once I come back to debugger, it gets exited , due to TIMEOUT.

Can you please help.

Regards.,

Muzammil.

2 REPLIES 2
Read only

Former Member
0 Likes
400

Hi Muzammil,

You need to consult your BASIS people they will increase the Time for the debugging.

Thanks,

Chidanand

Read only

Former Member
0 Likes
400

Hi,

I think the execution of your program is taking a lot of time....check your logic of the program...avoid nested loops..try to increase the performance of your program....avoid nested queries...you can take help from the internet about " how to increase the program's performance"....your problem will be solved...this is not the BASIS issue...

Arunima