
Repro dynamically instruments applications so you don't have to write out long and tedious bug descriptions after you've found a bug.
In addition to testing, Repro is good for getting bug or trouble-tickets from users and reverse-engineering 3rd party applications and protocol implementations.
Repro is not an automated test suite; it is not a "script and playback" type application; it does not represent a "paradigm shift" in the way that you develop software; it does not require that you purchase and maintain additional servers or hardware; it barely even requires you to learn anything new.
Main features:
- Hook console and Win32 service processes for tracing system operations
- Expand exception tracing to include additional data about the exception and include other types of exceptions (e.g. .NET exceptions)
- Catch unhandled exceptions and display stack trace in system operations
- Expand the database hooking to include the full set of Microsoft supported database access technologies
- Cache the record buffer to disk to support recording of long running processes
- Jump directly from a system operation to the corresponding line of code in MsDev
- Play a Repro backwards
- Add comments, pop-ups and scribbles on the Repro along the tim
The Remote Debugger Installation is intended for computers without Visual Studio