A Basics Tool to inspect Qt Applications
Go to file
mrbesen e5803f3b17
add readme
2023-01-08 15:16:11 +01:00
include initial 2023-01-08 15:08:07 +01:00
src initial 2023-01-08 15:08:07 +01:00
ui initial 2023-01-08 15:08:07 +01:00
.gitignore initial 2023-01-08 15:08:07 +01:00
Readme.md add readme 2023-01-08 15:16:11 +01:00
qtdebugger.pro initial 2023-01-08 15:08:07 +01:00

Readme.md

QtDebugger

This is a simple program to inspect Qt Applications

Building:

qmake
make

Using:

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