Debugger Class |
Namespace: Kit
The Debugger type exposes the following members.
| Name | Description | |
|---|---|---|
| EndProfile | Stop profiling the last section of code. | |
| GetProfile | Get the sampler of a profile. | |
| Log(Exception) | Log an exception. | |
| Log(IEnumerable, Boolean) | Log a collection. | |
| Log(Object, Boolean) | Log an object. | |
| Log(String, LogType) | Log a line. | |
| Log(String, IEnumerable, Boolean) | Log a collection. | |
| Log(String, Object, Boolean) | Log an object. | |
| Log(String, String, LogType) | Log a line. | |
| ObjectOrEnumerableToString(Object, Boolean, String) | Convert an object or collection to a string for display. | |
| ObjectOrEnumerableToString(StringBuilder, Object, Boolean, String) | Convert an object or collection to a string for display. | |
| StartProfile | Start profiling a section of code. |
| Name | Description | |
|---|---|---|
| NullString | The string to display for objects. |