How to help in debugging an app (in this case Qt based)? -
ok, first of - i'm not programmer. there apps work relies on , i'd in debugging those. consider useful bug report? kind of data ease nailing issue down? there tools use provide additional data find useful?
it got me thinking after upgraded new version of 3d package , linux build on fedora 21 works rather badly. example on gnome (on xfce ok) none of popovers inside main app window (the app qt based) work. what's more interesting popovers work in floating windows of app. might imagine i'm interested in fixing , i'd send revalant info.
http://i814.photobucket.com/albums/zz63/pj_pics/various/popoversbug_zpsscgat2xw.jpeg~original
you'll learn 1 of greatest assets program can have when comes debugging logging. logging general information fine, exceptions gold nuggets looking when comes debugging system.
you should record, minimum,
- the type of exception
- the date , time raised
- any additional information exception might pertinent.
- the callstack.
hope has helped out...
Comments
Post a Comment