QtDebugger/Readme.md

182 B

QtDebugger

This is a simple program to inspect Qt Applications

Building:

qmake
make

Using:

LD_PRELOAD=libqtdebugger.so ./myQtApplication -arg1 -arg2 ....