splunk / splunk-sdk-csharp-pcl

Splunk's next generation C# SDK
https://dev.splunk.com/enterprise/docs/csharp
Apache License 2.0
64 stars 46 forks source link

Adding VS/Mono debugging support #20

Closed glennblock closed 10 years ago

glennblock commented 10 years ago

This PR adds support for debugging via the IDE through attaching to the process. If enabled in the code, the input will pause when starting until a debugger attaches. A developer can specify to attach for the scheme, validation or for streaming.

glennblock commented 10 years ago

@itay I refactored the code as you requested and also added a timeout param.