QtDebugger/Readme.md
2023-01-08 15:16:11 +01:00

182 B

QtDebugger

This is a simple program to inspect Qt Applications

Building:

qmake
make

Using:

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