cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Timeout Parameter

Former Member
0 Kudos

Hi,

Please help me in finding out the debug timeout parameter.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos
  • Theres not enough information

How can we help if you didn't add any info about the problem?...

theres lots of different timeout parameters, which one are you talking about?

Read the "Rules of Engagement"

Regards

Juan

Former Member
0 Kudos

Hi Juan,

This was a request from User, I guess its ABAP Debug parameter he is talking about.

I came across a parameter rdisp/max_debug_lazy_time . Can you throw any light on this.

JPReyes
Active Contributor
0 Kudos

You can usually extend (or disable with value 0) rdisp/max_wprun_time so when debugging the process doesn't get killed, that can be done dynamically via RZ11

About rdisp/max_debug_lazy_time you can read more in SAPNote 321488 - Handling debugging sessions

Regards

Juan

Former Member
0 Kudos

Hi Juan,

Thanks for the input, can i change the parameter rdisp/max_debug_lazy_time dynamically so that it will take effect without a re-start, any options I need to choose for doing so.?

Edited by: Nitin Nayyar on Jul 17, 2009 6:13 PM

JPReyes
Active Contributor
0 Kudos

Yes its switchable dynamically via RZ11 -> just enter the parameter press change value -> enter new value and save.

changes done via RZ11 are temporal and they will be gone when the system is restarted.

Regards

Juan

Former Member
0 Kudos

Thanks Juan,

I will Update the same and get back to you once its a success.