https://github.com/rpcs3/rsx-debugger
https://github.com/rpcs3/rsx-debugger
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rpcs3/rsx-debugger
- Owner: RPCS3
- Created: 2016-07-31T20:01:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T23:46:26.000Z (over 8 years ago)
- Last Synced: 2025-01-08T06:46:31.037Z (over 1 year ago)
- Language: QML
- Size: 8.79 KB
- Stars: 6
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rsx-debugger is a Qt debugger app aimed at helping debugging rpcs3 rsx emulation.
It requires Qt Core and the Qt QML modules as additionnal build dependencies.
To use it, capture a frame inside rpcs3. This will generates a file in the bin/ directory.
At launch rsx-debugger will load any bin/capture.txt file and display the content in a more friendly maneer.
TODO:
- Provide a "load" menu.
- Display saved surface content.
- Display command dump.