Method WaitDebugger
WaitDebugger(string?)
Waits until debugger is attached. Uses debugOptionFileName
file existance in order to get "wait" setting on/off.
public static void WaitDebugger(string? debugOptionFileName = null)
Parameters
debugOptionFileName
stringPath to file name which existance specifies whether wait for debugger is on. Optional. When not specified, file "e:\debugserver.on" is used.