Go to file
2016-09-19 17:08:31 +02:00
deployment.pri Initial import 2016-07-31 22:23:18 +02:00
main.cpp Sync with master and display command dump. 2016-09-19 17:08:31 +02:00
main.qml Sync with master and display command dump. 2016-09-19 17:08:31 +02:00
qml.qrc Initial import 2016-07-31 22:23:18 +02:00
README.md Initial import 2016-07-31 22:23:18 +02:00
rsx-debugger.pro Sync with master and display command dump. 2016-09-19 17:08:31 +02:00
state.h Sync with master and display command dump. 2016-09-19 17:08:31 +02:00

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.