Property DebuggedAppWaitTimeout
DebuggedAppWaitTimeout
Gets or sets the timeout duration, in milliseconds, to wait for a debugged application to respond. Default is 5000 milliseconds (5 seconds).
public static uint DebuggedAppWaitTimeout { get; set; }
Property Value
Remarks
This property specifies the maximum amount of time the debugger will wait for a debugged application to respond before timing out. Adjust this value based on the expected responsiveness of the application being debugged.