QtDebugger/Readme.md

14 lines
182 B
Markdown

# QtDebugger
This is a simple program to inspect Qt Applications
### Building:
```
qmake
make
```
### Using:
```
LD_PRELOAD=libqtdebugger.so ./myQtApplication -arg1 -arg2 ....
```