var fDesc=new Array(); fDesc[0] = "StackHash is a rich client/server application that synchronizes with WinQual (the Microsoft service that stores crash reports submitted through Windows Error Reporting).
The StackHash service downloads new product mappings, events, hits and cabs. Synchronization occurs on a schedule and can also be run on demand. This frees you from trying to remember to check the WinQual site.
The client allows you to quickly browse, sort and filter your crash reports. You can start debugging a cab just by pressing F5, or use the scripting feature to automatically debug each new crash dump.
You can run the client and service on a single computer, or run a dedicated StackHash server for your team.
StackHash supports a plugin architecture to take action when products, events and cabs are added from WinQual. Plugins can operate for all data added or updated during synchronization, or can be triggered manually to report specific events."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }