|
|
|
|
|
by sax
4810 days ago
|
|
Hi HN, I am working on debugging/log analysis service for developers that is designed to plug into continuous integration and act as the first filter for incoming crash/exception logs. My submission never made it to HN front-page, but I would love any feedback on it. It's at www.bisect.cc. Thanks. (Jaime, your service is really the kind of functionality that is missing from dev toolbox. Great job at solving real-world problems!) |
|
Bisect allows users to test program state against expected values. Tests results are used as bisection READING STOPS HERE points to narrow-down towards the root-cause of the underlying issue.
The top three paragraphs still don't really explain what this does. Summarize, and show an example. That way, people will use it and come back to it.