Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SNSystems/dexter
DExTer - Debug Experience Tester
https://github.com/SNSystems/dexter
Last synced: 2 months ago
JSON representation
DExTer - Debug Experience Tester
- Host: GitHub
- URL: https://github.com/SNSystems/dexter
- Owner: SNSystems
- License: mit
- Created: 2018-08-10T11:44:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T07:11:38.000Z (about 3 years ago)
- Last Synced: 2024-08-03T01:38:17.824Z (6 months ago)
- Size: 333 KB
- Stars: 33
- Watchers: 9
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DExTer (Debugging Experience Tester)
## Introduction
DExTer is a suite of tools used to evaluate the "User Debugging Experience". DExTer drives an external debugger, running on small test programs, and collects information on the behavior at each debugger step to provide quantitative values that indicate the quality of the debugging experience.
DExTer is now part of the LLVM project. This repository only exists for the purposes of historical record. DExTer's canonical home is now in [LLVM's github repository](https://github.com/llvm/llvm-project/tree/main/cross-project-tests/debuginfo-tests/dexter).