Summary
Waits for a debugger to attach to the process.
- Namespace
- Cake
.Core .Diagnostics - Containing Type
- ICakeDebugger
Syntax
void WaitForAttach(TimeSpan timeout)
Parameters
| Name | Type | Description |
|---|---|---|
| timeout | TimeSpan | The timeout. |
Return Value
| Type | Description |
|---|---|
| void |
